HomeSort by relevance Sort by last modified time
    Searched refs:opt_win (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/source/test/perf/collationperf/
collperf.cpp 120 UBool opt_win = FALSE; // Run with Windows native functions. variable
158 {"-win", OptSpec::FLAG, &opt_win},
388 if (opt_win) {
441 if (opt_win) {
494 //if (opt_strcmp && opt_win) {pf = (PF)wcscmp;} // Damn the difference between int32_t and int
578 if (opt_win)
714 if (opt_win && opt_usekeys) {
721 else if (opt_win && opt_uselen) {
729 else if (opt_win && !opt_uselen) {
    [all...]
  /external/icu/icu4c/source/test/perf/ubrkperf/
ubrkperfold.cpp 109 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;
652 if (opt_mac || opt_unix) opt_win = FALSE;

Completed in 396 milliseconds