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.cpp116 UBool opt_win = FALSE; // Run with Windows native functions. variable
154 {"-win", OptSpec::FLAG, &opt_win},
384 if (opt_win) { in doKeyGen()
437 if (opt_win) { in doKeyGen()
574 if (opt_win) in doBinarySearch()
710 if (opt_win && opt_usekeys) { in doQSort()
717 else if (opt_win && opt_uselen) { in doQSort()
725 else if (opt_win && !opt_uselen) { in doQSort()
1432 if (opt_unix || opt_win) opt_icu = FALSE; in main()
1433 if (opt_unix) opt_win = FALSE; in main()
[all …]
/external/icu/icu4c/source/test/perf/ubrkperf/
Dubrkperfold.cpp104 UBool opt_win = FALSE; // Run with Windows native functions. variable
133 {"-win", OptSpec::FLAG, &opt_win},
646 if (opt_mac || opt_unix || opt_win) opt_icu = FALSE; in main()
647 if (opt_mac || opt_unix) opt_win = FALSE; in main()