Home | History | Annotate | Download | only in collationperf

Lines Matching full:opt_locale

106 const char * opt_locale     = "en_US";
107 int opt_langid = 0; // Defaults to value corresponding to opt_locale.
148 {"-locale", OptSpec::STRING, &opt_locale},
1445 gCol = ucol_open(opt_locale, &status);
1452 fprintf(stderr, "Warning, U_USING_DEFAULT_WARNING for %s\n", opt_locale);
1455 fprintf(stderr, "Warning, U_USING_FALLBACK_ERROR for %s\n", opt_locale);
1519 gWinLCID = uloc_getLCID(opt_locale);
1527 if (setlocale(LC_ALL, opt_locale) == 0) {
1528 fprintf(stderr, "setlocale(LC_ALL, %s) failed.\n", opt_locale);