Home
last modified time | relevance | path

Searched refs:toBundle (Results 1 – 3 of 3) sorted by relevance

/third_party/node/tools/icu/
Diculslocs.cc241 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/
Dsortedlines.h82 UnicodeString toBundle(const char *locale, const char *platform, const char *reference,
Dsortedlines.cpp1580 return toBundle(locale, platform, reference, useLinks, initialize, moreToCome); in toOutput()
1708 SortedLines::toBundle(const char *locale, in toBundle() function in SortedLines