Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/toolutil/
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);
Dpkg_icu.cpp56 readList(const char *filesPath, const char *listname, UBool readContents, Package *listPkgIn) { in readList() argument
121 listPkg->addFile(filesPath, start); in readList()
141 listPkg->addFile(filesPath, listname); in readList()
Dpackage.cpp1067 Package::addFile(const char *filesPath, const char *name) { in addFile() argument
1072 data=readFile(filesPath, name, length, type); in addFile()
1128 Package::extractItem(const char *filesPath, const char *outName, int32_t idx, char outType) { in extractItem() argument
1170 makeFullFilenameAndDirs(filesPath, outName, filename, (int32_t)sizeof(filename)); in extractItem()
1186 Package::extractItem(const char *filesPath, int32_t idx, char outType) { in extractItem() argument
1187 extractItem(filesPath, items[idx].name, idx, outType); in extractItem()
1191 Package::extractItems(const char *filesPath, const char *pattern, char outType) { in extractItems() argument
1196 extractItem(filesPath, idx, outType); in extractItems()
1201 Package::extractItems(const char *filesPath, const Package &listPkg, char outType) { in extractItems() argument
1206 extractItems(filesPath, pItem->name, outType); in extractItems()
Dpkg_icu.h20 readList(const char *filesPath, const char *listname, UBool readContents, icu::Package *listPkgIn);