Searched refs:BCatalog (Results 1 - 25 of 34) sorted by relevance

12

/haiku/headers/private/locale/
H A DSystemCatalog.h13 extern BCatalog gSystemCatalog;
H A DMutableLocaleRoster.h23 class BCatalog;
50 status_t LoadSystemCatalog(BCatalog* catalog) const;
H A DEditableCatalog.h19 class EditableCatalog : public BCatalog {
/haiku/src/tools/locale/
H A DCatalog.cpp13 // Provides an implementation of BCatalog for the build host, in effect only
17 BCatalog::BCatalog() function in class:BCatalog
24 BCatalog::BCatalog(const entry_ref& catalogOwner, const char *language, function in class:BCatalog
32 BCatalog::~BCatalog()
38 BCatalog::GetString(const char *string, const char *context, const char *comment)
55 BCatalog::GetString(uint32 id)
72 BCatalog
[all...]
/haiku/src/kits/locale/
H A DCatalogStub.cpp16 BCatalog*
19 static BCatalog sCatalog;
H A DCatalog.cpp21 //#pragma mark - BCatalog
22 BCatalog::BCatalog() function in class:BCatalog
30 BCatalog::BCatalog(const entry_ref& catalogOwner, const char* language, function in class:BCatalog
40 BCatalog::BCatalog(const char* signature, const char* language) function in class:BCatalog
49 BCatalog::~BCatalog()
56 BCatalog
[all...]
H A DLocaleRoster.cpp512 BCatalog catalog(catalogRef);
526 BCatalog* catalog = (BCatalog*)param;
553 BCatalog*
554 BLocaleRoster::_GetCatalog(BCatalog* catalog, int32* catalogInitStatus)
H A DInitLocaleKit.cpp18 BCatalog gSystemCatalog;
H A DMutableLocaleRoster.cpp99 MutableLocaleRoster::LoadSystemCatalog(BCatalog* catalog) const
/haiku/headers/os/locale/
H A DCatalog.h21 class BCatalog { class
23 BCatalog();
24 BCatalog(const entry_ref& catalogOwner,
27 BCatalog(const char* signature,
30 virtual ~BCatalog();
55 BCatalog(const BCatalog&);
56 const BCatalog& operator= (const BCatalog&);
64 friend status_t get_add_on_catalog(BCatalog*, cons
[all...]
H A DLocaleRoster.h16 class BCatalog;
77 BCatalog* GetCatalog();
103 static BCatalog* _GetCatalog(BCatalog* catalog,
H A DCatalogData.h13 class BCatalog;
23 * is chained to the data for 'en', a BCatalog using this catalog data chain
80 friend class BCatalog;
81 friend status_t get_add_on_catalog(BCatalog*, const char*);
H A DLocale.h15 class BCatalog;
/haiku/src/tests/kits/locale/
H A DcatalogSpeed.cpp87 BCatalog *cat = be_catalog = new BCatalog(catSig, "klingon");
153 BCatalog *cat = be_catalog = new BCatalog(catSig, "klingon");
H A DcatalogTestAddOn.cpp105 BCatalog cat;
146 BCatalog appCat;
H A DcatalogTest.cpp113 BCatalog cat;
152 BCatalog cat2(sig.String(), lang.String(), fingerprint);
155 BCatalog cat3(sig.String(), lang.String(), fingerprint*-1);
/haiku/src/apps/cortex/TipManager/
H A DTipWindow.cpp48 static BCatalog sCatalog("x-vnd.Cortex.TipManager");
/haiku/src/apps/cortex/InfoView/
H A DAppNodeInfoView.cpp64 static BCatalog sCatalog("x-vnd.Cortex.InfoView");
H A DLiveNodeInfoView.cpp64 static BCatalog sCatalog("x-vnd.Cortex.InfoView");
H A DFileNodeInfoView.cpp56 static BCatalog sCatalog("x-vnd.Cortex.InfoView");
H A DDormantNodeInfoView.cpp57 static BCatalog sCatalog("x-vnd.Cortex.InfoView");
H A DEndPointInfoView.cpp54 static BCatalog sCatalog("x-vnd.Cortex.InfoView");
H A DConnectionInfoView.cpp59 static BCatalog sCatalog("x-vnd.Cortex.InfoView");
/haiku/src/apps/cortex/DormantNodeView/
H A DDormantNodeWindow.cpp62 static BCatalog sCatalog("x-vnd.Cortex.DormantNodeView");
H A DDormantNodeListItem.cpp66 static BCatalog sCatalog("x-vnd.Cortex.DormantNodeView");

Completed in 100 milliseconds

12