HomeSort by relevance Sort by last modified time
    Searched refs:opt_locale (Results 1 - 6 of 6) sorted by null

  /external/icu/icu4c/source/samples/coll/
coll.cpp 48 char * opt_locale = "en_US"; variable
72 {"-locale", OptSpec::STRING, &opt_locale},
174 collator = ucol_open(opt_locale, &status);
182 opt_locale);
186 opt_locale);
  /external/icu/icu4c/source/samples/strsrch/
strsrch.cpp 50 char * opt_locale = "en_US"; variable
80 {"-locale", OptSpec::STRING, &opt_locale},
164 collator = ucol_open(opt_locale, &status);
172 opt_locale);
176 opt_locale);
  /external/icu/icu4c/source/test/perf/ubrkperf/
ubrkperfold.cpp 100 char * opt_locale = "en_US"; variable
101 int opt_langid = 0; // Defaults to value corresponding to opt_locale.
136 {"-locale", OptSpec::STRING, &opt_locale},
185 status = LocaleRefFromLocaleString(opt_locale, &lref);
195 // brkit = BreakIterator::createSentenceInstance(opt_locale, status);
209 brkit = BreakIterator::createCharacterInstance(opt_locale, status);
211 brkit = BreakIterator::createWordInstance(opt_locale, status);
213 brkit = BreakIterator::createLineInstance(opt_locale, status);
215 brkit = BreakIterator::createSentenceInstance(opt_locale, status);
218 brkit = BreakIterator::createCharacterInstance(opt_locale, status)
    [all...]
ubrkperf.cpp 42 status = LocaleRefFromLocaleString(opt_locale, &lref);
52 // brkit = BreakIterator::createSentenceInstance(opt_locale, status);
  /external/icu/icu4c/source/test/perf/collationperf/
collperf.cpp 110 const char * opt_locale = "en_US"; variable
111 int opt_langid = 0; // Defaults to value corresponding to opt_locale.
152 {"-locale", OptSpec::STRING, &opt_locale},
    [all...]
  /external/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
CollationPerformanceTest.java 55 //static StringBuffer temp_opt_langid = new StringBuffer("0"); // Defaults to value corresponding to opt_locale.
86 static String opt_locale = "en_US"; field in class:CollationPerformanceTest
87 //static int opt_langid = 0; // Defaults to value corresponding to opt_locale.
    [all...]

Completed in 611 milliseconds