Searched defs:opt_mac (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/test/perf/ubrkperf/
H A Dubrkperfold.cpp106 UBool opt_mac = FALSE; // Run with MacOSX word break services. variable
135 {"-mac", OptSpec::FLAG, &opt_mac},
311 } else if(opt_mac) {
646 if (opt_mac || opt_unix || opt_win) opt_icu = FALSE;
647 if (opt_mac || opt_unix) opt_win = FALSE;
648 if (opt_mac) opt_unix = FALSE;

Completed in 31 milliseconds