/haiku/headers/private/locale/ |
H A D | DefaultCatalog.h | 27 DefaultCatalog(const entry_ref &catalogOwner, const char *language, 47 void SetSignature(const entry_ref &catalogOwner); 49 static BCatalogData *Instantiate(const entry_ref& catalogOwner,
|
H A D | PlainTextCatalog.h | 30 void SetSignature(const entry_ref &catalogOwner);
|
H A D | MutableLocaleRoster.h | 52 BCatalogData* LoadCatalog(const entry_ref& catalogOwner,
|
H A D | LocaleRosterData.h | 99 typedef BCatalogData* (*InstantiateCatalogFunc)(const entry_ref& catalogOwner,
|
/haiku/src/kits/locale/ |
H A D | Catalog.cpp | 30 BCatalog::BCatalog(const entry_ref& catalogOwner, const char* language, in BCatalog() argument 36 SetTo(catalogOwner, language, fingerprint); in BCatalog() 192 BCatalog::SetTo(const entry_ref& catalogOwner, const char* language, in SetTo() argument 200 fCatalogData = MutableLocaleRoster::Default()->LoadCatalog(catalogOwner, in SetTo()
|
H A D | DefaultCatalog.cpp | 68 DefaultCatalog::DefaultCatalog(const entry_ref &catalogOwner, in DefaultCatalog() argument 74 SetSignature(catalogOwner); in DefaultCatalog() 79 nref.device = catalogOwner.device; in DefaultCatalog() 80 nref.node = catalogOwner.directory; in DefaultCatalog() 98 status = ReadFromResource(catalogOwner); in DefaultCatalog() 138 DefaultCatalog::SetSignature(const entry_ref &catalogOwner) in SetSignature() argument 141 BFile objectFile(&catalogOwner, B_READ_ONLY); in SetSignature() 474 DefaultCatalog::Instantiate(const entry_ref &catalogOwner, const char *language, in Instantiate() argument 478 = new(std::nothrow) DefaultCatalog(catalogOwner, language, fingerprint); in Instantiate()
|
H A D | MutableLocaleRoster.cpp | 178 MutableLocaleRoster::LoadCatalog(const entry_ref& catalogOwner, in LoadCatalog() argument 205 catalog = info->fInstantiateFunc(catalogOwner, lang, fingerprint); in LoadCatalog() 222 nextCatalog = info->fInstantiateFunc(catalogOwner, in LoadCatalog()
|
/haiku/src/tools/locale/ |
H A D | DefaultCatalog.cpp | 70 DefaultCatalog::DefaultCatalog(const entry_ref &catalogOwner, in DefaultCatalog() argument 115 DefaultCatalog::SetSignature(const entry_ref &catalogOwner) in SetSignature() argument 388 DefaultCatalog::Instantiate(const entry_ref &catalogOwner, const char *language, in Instantiate() argument 392 = new(std::nothrow) DefaultCatalog(catalogOwner, language, fingerprint); in Instantiate()
|
H A D | Catalog.cpp | 24 BCatalog::BCatalog(const entry_ref& catalogOwner, const char *language, in BCatalog() argument
|
/haiku/headers/os/locale/ |
H A D | Catalog.h | 24 BCatalog(const entry_ref& catalogOwner, 45 status_t SetTo(const entry_ref& catalogOwner,
|
/haiku/src/add-ons/locale/catalogs/plaintext/ |
H A D | Catalog.cpp | 152 PlainTextCatalog::SetSignature(const entry_ref &catalogOwner) in SetSignature() argument 155 BFile objectFile(&catalogOwner, B_READ_ONLY); in SetSignature()
|
/haiku/docs/user/locale/ |
H A D | Catalog.dox | 97 \fn BCatalog::BCatalog(const entry_ref& catalogOwner, const char* language, 99 \brief Construct a BCatalog object for the given \a catalogOwner. 112 \param catalogOwner entry_ref or application, add-on or library for which 292 \fn status_t BCatalog::SetTo(const entry_ref& catalogOwner, 298 \param catalogOwner The \c entry_ref of the application, add-on or library
|