Searched refs:ReadFromFile (Results 1 - 16 of 16) sorted by path

/haiku/headers/os/locale/
H A DCatalogData.h60 virtual status_t ReadFromFile(const char* path = NULL);
/haiku/headers/private/locale/
H A DEditableCatalog.h36 status_t ReadFromFile(const char* path = NULL);
H A DHashMapCatalog.h87 virtual status_t ReadFromFile(const char *path = NULL) function in class:BPrivate::HashMapCatalog
H A DPlainTextCatalog.h33 status_t ReadFromFile(const char *path = NULL);
H A DDefaultCatalog.h39 status_t ReadFromFile(const char *path = NULL);
/haiku/src/add-ons/locale/catalogs/plaintext/
H A DCatalog.cpp97 status_t status = ReadFromFile(catalogPath.Path());
109 status = ReadFromFile(catalogName.String());
123 status = ReadFromFile(catalogName.String());
178 PlainTextCatalog::ReadFromFile(const char *path) function in class:PlainTextCatalog
/haiku/src/bin/locale/
H A Ddumpcatalog.cpp48 if ((res = inputCatalog.ReadFromFile(inputFile)) != B_OK) {
H A Dlinkcatkeys.cpp113 if ((res = inputCatalog.ReadFromFile(inputFiles[i])) != B_OK) {
/haiku/src/kits/locale/
H A DCatalogData.cpp101 BCatalogData::ReadFromFile(const char* path) function in class:BCatalogData
H A DEditableCatalog.cpp82 EditableCatalog::ReadFromFile(const char* path) function in class:BPrivate::EditableCatalog
87 return fCatalogData->ReadFromFile(path);
H A DDefaultCatalog.cpp88 status = ReadFromFile(catalogPath.Path());
192 status = ReadFromFile(catalogName.String());
203 DefaultCatalog::ReadFromFile(const char *path) function in class:BPrivate::DefaultCatalog
/haiku/src/tools/locale/
H A DCatalogData.cpp108 BCatalogData::ReadFromFile(const char *path) function in class:BCatalogData
H A DPlainTextCatalog.cpp111 PlainTextCatalog::ReadFromFile(const char *path) function in class:BPrivate::PlainTextCatalog
H A DDefaultCatalog.cpp130 DefaultCatalog::ReadFromFile(const char *path) function in class:BPrivate::DefaultCatalog
H A Dlinkcatkeys.cpp108 if ((res = inputCatalog.ReadFromFile()) != B_OK) {
/haiku/src/bin/
H A Dreindex.cpp42 status_t ReadFromFile(BNode *node);
74 Attribute::ReadFromFile(BNode *node) function in class:Attribute
213 status = attr->ReadFromFile(node);

Completed in 124 milliseconds