HomeSort by relevance Sort by last modified time
    Searched refs:extractItem (Results 1 - 3 of 3) sorted by null

  /external/icu/icu4c/source/tools/toolutil/
package.h 119 /* The extractItem() functions accept outputType=0 to mean "don't swap the item". */
120 void extractItem(const char *filesPath, int32_t itemIndex, char outType);
125 void extractItem(const char *filesPath, const char *outName, int32_t itemIndex, char outType);
package.cpp     [all...]
  /external/icu/icu4c/source/tools/icupkg/
icupkg.cpp 376 outType=0; /* tells extractItem() to not swap */
400 pkg->extractItem(destPath, outFilename, 0, outType);

Completed in 90 milliseconds