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

/external/chromium_org/third_party/icu/source/test/perf/ubrkperf/
H A Dubrkperfold.cpp105 UBool opt_unix = FALSE; // Run with UNIX strcoll, strxfrm functions. variable
134 {"-unix", OptSpec::FLAG, &opt_unix},
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;
669 if (opt_unix) {
/external/icu4c/test/perf/ubrkperf/
H A Dubrkperfold.cpp105 UBool opt_unix = FALSE; // Run with UNIX strcoll, strxfrm functions. variable
134 {"-unix", OptSpec::FLAG, &opt_unix},
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;
669 if (opt_unix) {
/external/chromium_org/third_party/icu/source/test/perf/collationperf/
H A Dcollperf.cpp117 UBool opt_unix = FALSE; // Run with UNIX strcoll, strxfrm functions. variable
155 {"-unix", OptSpec::FLAG, &opt_unix},
411 else if (opt_unix)
443 else if (opt_unix) {
630 if (opt_unix)
754 else if (opt_unix && !opt_usekeys) {
1426 if (opt_unix || opt_win) opt_icu = FALSE;
1427 if (opt_unix) opt_win = FALSE;
1520 if (opt_unix) {
1598 if (opt_unix) {
[all...]
/external/icu4c/test/perf/collationperf/
H A Dcollperf.cpp117 UBool opt_unix = FALSE; // Run with UNIX strcoll, strxfrm functions. variable
155 {"-unix", OptSpec::FLAG, &opt_unix},
411 else if (opt_unix)
443 else if (opt_unix) {
630 if (opt_unix)
754 else if (opt_unix && !opt_usekeys) {
1432 if (opt_unix || opt_win) opt_icu = FALSE;
1433 if (opt_unix) opt_win = FALSE;
1526 if (opt_unix) {
1604 if (opt_unix) {
[all...]

Completed in 39 milliseconds