Home
last modified time | relevance | path

Searched refs:filesPath (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/tools/toolutil/
Dpackage.h112 void addFile(const char *filesPath, const char *name);
120 void extractItem(const char *filesPath, int32_t itemIndex, char outType);
121 void extractItems(const char *filesPath, const char *pattern, char outType);
122 void extractItems(const char *filesPath, const Package &listPkg, char outType);
125 void extractItem(const char *filesPath, const char *outName, int32_t itemIndex, char outType);
Dpkg_icu.cpp59 readList(const char *filesPath, const char *listname, UBool readContents, Package *listPkgIn) { in readList() argument
124 listPkg->addFile(filesPath, start); in readList()
144 listPkg->addFile(filesPath, listname); in readList()
Dpackage.cpp1066 Package::addFile(const char *filesPath, const char *name) { in addFile() argument
1071 data=readFile(filesPath, name, length, type); in addFile()
1127 Package::extractItem(const char *filesPath, const char *outName, int32_t idx, char outType) { in extractItem() argument
1169 makeFullFilenameAndDirs(filesPath, outName, filename, (int32_t)sizeof(filename)); in extractItem()
1185 Package::extractItem(const char *filesPath, int32_t idx, char outType) { in extractItem() argument
1186 extractItem(filesPath, items[idx].name, idx, outType); in extractItem()
1190 Package::extractItems(const char *filesPath, const char *pattern, char outType) { in extractItems() argument
1195 extractItem(filesPath, idx, outType); in extractItems()
1200 Package::extractItems(const char *filesPath, const Package &listPkg, char outType) { in extractItems() argument
1205 extractItems(filesPath, pItem->name, outType); in extractItems()
Dpkg_icu.h23 readList(const char *filesPath, const char *listname, UBool readContents, icu::Package *listPkgIn);