Home | History | Annotate | Download | only in collationperf

Lines Matching refs:opt_locale

110 const char * opt_locale     = "en_US";
111 int opt_langid = 0; // Defaults to value corresponding to opt_locale.
152 {"-locale", OptSpec::STRING, &opt_locale},
1449 gCol = ucol_open(opt_locale, &status);
1456 fprintf(stderr, "Warning, U_USING_DEFAULT_WARNING for %s\n", opt_locale);
1459 fprintf(stderr, "Warning, U_USING_FALLBACK_ERROR for %s\n", opt_locale);
1523 gWinLCID = uloc_getLCID(opt_locale);
1531 if (setlocale(LC_ALL, opt_locale) == 0) {
1532 fprintf(stderr, "setlocale(LC_ALL, %s) failed.\n", opt_locale);