Home
last modified time | relevance | path

Searched refs:opt_win (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/test/perf/collationperf/
Dcollperf.cpp120 UBool opt_win = FALSE; // Run with Windows native functions. variable
158 {"-win", OptSpec::FLAG, &opt_win},
388 if (opt_win) { in doKeyGen()
441 if (opt_win) { in doKeyGen()
578 if (opt_win) in doBinarySearch()
714 if (opt_win && opt_usekeys) { in doQSort()
721 else if (opt_win && opt_uselen) { in doQSort()
729 else if (opt_win && !opt_uselen) { in doQSort()
1436 if (opt_unix || opt_win) opt_icu = FALSE; in main()
1437 if (opt_unix) opt_win = FALSE; in main()
[all …]
/external/icu/icu4c/source/test/perf/ubrkperf/
Dubrkperfold.cpp109 UBool opt_win = FALSE; // Run with Windows native functions. variable
138 {"-win", OptSpec::FLAG, &opt_win},
651 if (opt_mac || opt_unix || opt_win) opt_icu = FALSE; in main()
652 if (opt_mac || opt_unix) opt_win = FALSE; in main()