Searched refs:filesPath (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Dpkg_icu.h20 readList(const char *filesPath, const char *listname, UBool readContents, icu::Package *listPkgIn);
H A Dpackage.h110 void addFile(const char *filesPath, const char *name);
118 void extractItem(const char *filesPath, int32_t itemIndex, char outType);
119 void extractItems(const char *filesPath, const char *pattern, char outType);
120 void extractItems(const char *filesPath, const Package &listPkg, char outType);
123 void extractItem(const char *filesPath, const char *outName, int32_t itemIndex, char outType);
H A Dpkg_icu.cpp59 readList(const char *filesPath, const char *listname, UBool readContents, Package *listPkgIn) { argument
124 listPkg->addFile(filesPath, start);
144 listPkg->addFile(filesPath, listname);
H A Dpackage.cpp1068 Package::addFile(const char *filesPath, const char *name) { argument
1073 data=readFile(filesPath, name, length, type);
1129 Package::extractItem(const char *filesPath, const char *outName, int32_t idx, char outType) { argument
1171 makeFullFilenameAndDirs(filesPath, outName, filename, (int32_t)sizeof(filename));
1187 Package::extractItem(const char *filesPath, int32_t idx, char outType) { argument
1188 extractItem(filesPath, items[idx].name, idx, outType);
1192 Package::extractItems(const char *filesPath, const char *pattern, char outType) { argument
1197 extractItem(filesPath, idx, outType);
1202 Package::extractItems(const char *filesPath, const Package &listPkg, char outType) { argument
1207 extractItems(filesPath, pIte
[all...]
/external/icu/icu4c/source/tools/toolutil/
H A Dpkg_icu.h20 readList(const char *filesPath, const char *listname, UBool readContents, icu::Package *listPkgIn);
H A Dpackage.h110 void addFile(const char *filesPath, const char *name);
118 void extractItem(const char *filesPath, int32_t itemIndex, char outType);
119 void extractItems(const char *filesPath, const char *pattern, char outType);
120 void extractItems(const char *filesPath, const Package &listPkg, char outType);
123 void extractItem(const char *filesPath, const char *outName, int32_t itemIndex, char outType);
H A Dpkg_icu.cpp59 readList(const char *filesPath, const char *listname, UBool readContents, Package *listPkgIn) { argument
124 listPkg->addFile(filesPath, start);
144 listPkg->addFile(filesPath, listname);
H A Dpackage.cpp1069 Package::addFile(const char *filesPath, const char *name) { argument
1074 data=readFile(filesPath, name, length, type);
1130 Package::extractItem(const char *filesPath, const char *outName, int32_t idx, char outType) { argument
1172 makeFullFilenameAndDirs(filesPath, outName, filename, (int32_t)sizeof(filename));
1188 Package::extractItem(const char *filesPath, int32_t idx, char outType) { argument
1189 extractItem(filesPath, items[idx].name, idx, outType);
1193 Package::extractItems(const char *filesPath, const char *pattern, char outType) { argument
1198 extractItem(filesPath, idx, outType);
1203 Package::extractItems(const char *filesPath, const Package &listPkg, char outType) { argument
1208 extractItems(filesPath, pIte
[all...]

Completed in 112 milliseconds