Searched refs:toBundle (Results 1 – 3 of 3) sorted by relevance
/third_party/node/tools/icu/ |
D | iculslocs.cc | 241 int list(const char* toBundle) { in list() argument 246 if (toBundle != nullptr) { in list() 248 printf("writing to bundle %s\n", toBundle); in list() 250 bf = fopen(toBundle, "wb"); in list() 252 printf("ERROR: Could not open '%s' for writing.\n", toBundle); in list() 293 printf("Error dumping prolog for %s\n", toBundle); in list()
|
/third_party/icu/tools/colprobe/ |
D | sortedlines.h | 82 UnicodeString toBundle(const char *locale, const char *platform, const char *reference,
|
D | sortedlines.cpp | 1580 return toBundle(locale, platform, reference, useLinks, initialize, moreToCome); in toOutput() 1708 SortedLines::toBundle(const char *locale, in toBundle() function in SortedLines
|