Home
last modified time | relevance | path

Searched refs:gLocale (Results 1 - 2 of 2) sorted by relevance

/third_party/icu/tools/colprobe/
H A DcolprobeNew.cpp133 const char *gLocale = NULL; variable
377 gLocale = options[LOCALE].value; in processArgs()
379 gLocale = argv[1]; in processArgs()
750 setLocale(gLocale, status); in processCollator()
873 setFiles(gLocale, status); in main()
884 bundle->log(tailoring.toOutput(outputFormat, gLocale, platforms[gPlatformIndexes[0]].name, platforms[gRefNum].name, true, true, false), true); in main()
888 if(gLocale) { in main()
889 processLocale(gLocale, status); in main()
H A Dcolprobe.cpp95 const char *gLocale = NULL; variable
258 gLocale = options[LOCALE].value; in processArgs()
277 gWinLCID = uloc_getLCID(gLocale); in processArgs()
279 if (gLocale != 0) { in processArgs()
280 gWinLCID = MAKELCID(gLocale, SORT_DEFAULT); in processArgs()
283 gWinLCID = uloc_getLCID(gLocale); in processArgs()
1704 if(gLocale) { in main()
1705 processLocale(gLocale, status); in main()

Completed in 5 milliseconds