OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:opt_unix
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/test/perf/ubrkperf/
ubrkperfold.cpp
105
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/collationperf/
collperf.cpp
117
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) {
[
all
...]
Completed in 139 milliseconds