OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:opt_mac
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/test/perf/ubrkperf/
ubrkperfold.cpp
106
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;
ubrkperf.cpp
85
} else if(
opt_mac
) {
Completed in 72 milliseconds