Home
last modified time | relevance | path

Searched refs:extractItem (Results 1 – 9 of 9) sorted by relevance

/third_party/icu/icu4c/source/tools/toolutil/
Dpackage.h120 void extractItem(const char *filesPath, int32_t itemIndex, char outType);
125 void extractItem(const char *filesPath, const char *outName, int32_t itemIndex, char outType);
Dpackage.cpp1127 Package::extractItem(const char *filesPath, const char *outName, int32_t idx, char outType) { in extractItem() function in Package
1185 Package::extractItem(const char *filesPath, int32_t idx, char outType) { in extractItem() function in Package
1186 extractItem(filesPath, items[idx].name, idx, outType); in extractItem()
1195 extractItem(filesPath, idx, outType); in extractItems()
/third_party/node/deps/icu-small/source/tools/toolutil/
Dpackage.h120 void extractItem(const char *filesPath, int32_t itemIndex, char outType);
125 void extractItem(const char *filesPath, const char *outName, int32_t itemIndex, char outType);
Dpackage.cpp1127 Package::extractItem(const char *filesPath, const char *outName, int32_t idx, char outType) { in extractItem() function in Package
1185 Package::extractItem(const char *filesPath, int32_t idx, char outType) { in extractItem() function in Package
1186 extractItem(filesPath, items[idx].name, idx, outType); in extractItem()
1195 extractItem(filesPath, idx, outType); in extractItems()
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
Dpackage.h120 void extractItem(const char *filesPath, int32_t itemIndex, char outType);
125 void extractItem(const char *filesPath, const char *outName, int32_t itemIndex, char outType);
Dpackage.cpp1127 Package::extractItem(const char *filesPath, const char *outName, int32_t idx, char outType) { in extractItem() function in Package
1185 Package::extractItem(const char *filesPath, int32_t idx, char outType) { in extractItem() function in Package
1186 extractItem(filesPath, items[idx].name, idx, outType); in extractItem()
1195 extractItem(filesPath, idx, outType); in extractItems()
/third_party/icu/icu4c/source/tools/icupkg/
Dicupkg.cpp409 pkg->extractItem(destPath, outFilename, 0, outType); in main()
/third_party/node/deps/icu-small/source/tools/icupkg/
Dicupkg.cpp409 pkg->extractItem(destPath, outFilename, 0, outType); in main()
/third_party/skia/third_party/externals/icu/source/tools/icupkg/
Dicupkg.cpp409 pkg->extractItem(destPath, outFilename, 0, outType); in main()