Searched refs:opt_case (Results 1 - 6 of 6) sorted by relevance
/third_party/icu/icu4c/source/samples/coll/ |
H A D | coll.cpp | 56 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 D | coll.cpp | 56 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 D | strsrch.cpp | 58 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 D | strsrch.cpp | 58 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 D | collperf.cpp | 133 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 D | CollationPerformanceTest.java | 118 static boolean opt_case = false; field in CollationPerformanceTest 998 opt_case = true; in processOptions()
|
Completed in 7 milliseconds