Home
last modified time | relevance | path

Searched refs:opt_terse (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/test/perf/ubrkperf/
Dubrkperfold.cpp102 UBool opt_terse = FALSE; variable
144 {"-terse", OptSpec::FLAG, &opt_terse},
215 if (status==U_USING_DEFAULT_WARNING && opt_terse==FALSE) { in createICUBrkIt()
218 if (status==U_USING_FALLBACK_WARNING && opt_terse==FALSE) { in createICUBrkIt()
280 if (opt_terse == FALSE) { in doForwardTest()
291 if (opt_terse == FALSE) { in doForwardTest()
300 if (opt_terse == FALSE) { in doForwardTest()
354 if (opt_terse == FALSE) { in doForwardTest()
399 if (opt_terse == FALSE) { in doIsBoundTest()
728 if (opt_terse == FALSE) { in main()
Dubrkperf.cpp56 if (opt_terse == FALSE) {
67 if (opt_terse == FALSE) {
74 if (opt_terse == FALSE) {
128 if (opt_terse == FALSE) {
/external/icu/icu4c/source/test/perf/collationperf/
Dcollperf.cpp112 UBool opt_terse = FALSE; variable
172 {"-terse", OptSpec::FLAG, &opt_terse},
425 if (opt_terse == FALSE) { in doKeyGen()
448 if (opt_terse == FALSE) { in doKeyGen()
610 if (opt_terse == FALSE) { in doBinarySearch()
679 if (opt_terse == FALSE) { in doBinarySearch()
763 if (opt_terse == FALSE) { in doQSort()
1451 if (status==U_USING_DEFAULT_WARNING && opt_terse==FALSE) { in main()
1454 if (status==U_USING_FALLBACK_WARNING && opt_terse==FALSE) { in main()
1598 if (opt_terse == FALSE) { in main()
/external/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
DCollationPerformanceTest.java90 static boolean opt_terse = false; field in CollationPerformanceTest
292 if (!opt_terse) { in doQSort()
468 if (!opt_terse) { in doBinarySearch()
520 if (!opt_terse) { in doKeyGen()
945 opt_terse = true; in processOptions()
1091 if (!opt_terse) { in readDataLines()