Home
last modified time | relevance | path

Searched refs:opt_french (Results 1 - 6 of 6) sorted by relevance

/third_party/icu/icu4c/source/samples/coll/
H A Dcoll.cpp52 UBool opt_french = false; variable
77 {"-french", OptSpec::FLAG, &opt_french},
191 if (opt_french) { in processCollator()
/third_party/skia/third_party/externals/icu/source/samples/coll/
H A Dcoll.cpp52 UBool opt_french = false; variable
77 {"-french", OptSpec::FLAG, &opt_french},
191 if (opt_french) { in processCollator()
/third_party/icu/icu4c/source/samples/strsrch/
H A Dstrsrch.cpp54 UBool opt_french = false; variable
85 {"-french", OptSpec::FLAG, &opt_french},
181 if (opt_french) { in processCollator()
/third_party/skia/third_party/externals/icu/source/samples/strsrch/
H A Dstrsrch.cpp54 UBool opt_french = false; variable
85 {"-french", OptSpec::FLAG, &opt_french},
181 if (opt_french) { in processCollator()
/third_party/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
H A DCollationPerformanceTest.java113 static boolean opt_french = false; field in CollationPerformanceTest
854 if (opt_french && opt_frenchoff) { in setOptions()
858 if (opt_french) { in setOptions()
983 opt_french = true; in processOptions()
/third_party/icu/icu4c/source/test/perf/collationperf/
H A Dcollperf.cpp128 UBool opt_french = false; variable
165 {"-french", OptSpec::FLAG, &opt_french},
1464 if (opt_french && opt_frenchoff) { in main()
1468 if (opt_french) { in main()

Completed in 7 milliseconds