Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/samples/coll/
H A Dcoll.cpp56 UBool opt_case = false; variable
81 {"-case", OptSpec::FLAG, &opt_case},
202 if (opt_case) { in processCollator()
/third_party/skia/third_party/externals/icu/source/samples/coll/
H A Dcoll.cpp56 UBool opt_case = false; variable
81 {"-case", OptSpec::FLAG, &opt_case},
202 if (opt_case) { in processCollator()
/third_party/icu/icu4c/source/samples/strsrch/
H A Dstrsrch.cpp58 UBool opt_case = false; variable
89 {"-case", OptSpec::FLAG, &opt_case},
192 if (opt_case) { in processCollator()
/third_party/skia/third_party/externals/icu/source/samples/strsrch/
H A Dstrsrch.cpp58 UBool opt_case = false; variable
89 {"-case", OptSpec::FLAG, &opt_case},
192 if (opt_case) { in processCollator()
/third_party/icu/icu4c/source/test/perf/collationperf/
H A Dcollperf.cpp133 UBool opt_case = false; variable
170 {"-case", OptSpec::FLAG, &opt_case},
1480 if (opt_case) { in main()
/third_party/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
H A DCollationPerformanceTest.java118 static boolean opt_case = false; field in CollationPerformanceTest
998 opt_case = true; in processOptions()

Completed in 7 milliseconds