Home
last modified time | relevance | path

Searched refs:opt_strcmp (Results 1 - 2 of 2) sorted by relevance

/third_party/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
H A DCollationPerformanceTest.java109 static boolean opt_strcmp = false; field in CollationPerformanceTest
338 if(opt_strcmp) { in doBinarySearch()
971 opt_strcmp = true; in processOptions()
/third_party/icu/icu4c/source/test/perf/collationperf/
H A Dcollperf.cpp124 UBool opt_strcmp = false; variable
162 {"-strcmp", OptSpec::FLAG, &opt_strcmp},
487 if (opt_strcmp || opt_strcmpCPO) in doBinarySearch()
493 //if (opt_strcmp && opt_win) {pf = (PF)wcscmp;} // Damn the difference between int32_t and int in doBinarySearch()

Completed in 5 milliseconds