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

/external/chromium_org/third_party/icu/source/samples/coll/
H A Dcoll.cpp44 UBool opt_help = FALSE; variable
77 {"-help", OptSpec::FLAG, &opt_help},
78 {"-?", OptSpec::FLAG, &opt_help},
241 if (processOptions(argc, argv, opts) != TRUE || opt_help) {
/external/icu/icu4c/source/samples/coll/
H A Dcoll.cpp44 UBool opt_help = FALSE; variable
77 {"-help", OptSpec::FLAG, &opt_help},
78 {"-?", OptSpec::FLAG, &opt_help},
241 if (processOptions(argc, argv, opts) != TRUE || opt_help) {
/external/chromium_org/third_party/icu/source/samples/strsrch/
H A Dstrsrch.cpp47 UBool opt_help = FALSE; variable
88 {"-help", OptSpec::FLAG, &opt_help},
89 {"-?", OptSpec::FLAG, &opt_help},
279 if (processOptions(argc, argv, opts) != TRUE || opt_help) {
/external/icu/icu4c/source/samples/strsrch/
H A Dstrsrch.cpp47 UBool opt_help = FALSE; variable
88 {"-help", OptSpec::FLAG, &opt_help},
89 {"-?", OptSpec::FLAG, &opt_help},
279 if (processOptions(argc, argv, opts) != TRUE || opt_help) {
/external/stlport/
H A Dconfigure.bat34 if "%1" == "-?" goto opt_help
35 if "%1" == "-h" goto opt_help
36 if "%1" == "/?" goto opt_help
37 if "%1" == "/h" goto opt_help
38 if "%1" == "--help" goto opt_help
105 :opt_help label
/external/chromium_org/third_party/icu/source/test/perf/ubrkperf/
H A Dubrkperfold.cpp98 UBool opt_help = FALSE; variable
149 {"-help", OptSpec::FLAG, &opt_help},
150 {"-?", OptSpec::FLAG, &opt_help},
641 if (ProcessOptions(argc, argv, opts) != TRUE || opt_help || opt_fName == 0) {
/external/icu/icu4c/source/test/perf/ubrkperf/
H A Dubrkperfold.cpp98 UBool opt_help = FALSE; variable
149 {"-help", OptSpec::FLAG, &opt_help},
150 {"-?", OptSpec::FLAG, &opt_help},
641 if (ProcessOptions(argc, argv, opts) != TRUE || opt_help || opt_fName == 0) {
/external/chromium_org/third_party/icu/source/test/perf/collationperf/
H A Dcollperf.cpp109 UBool opt_help = FALSE; variable
174 {"-help", OptSpec::FLAG, &opt_help},
175 {"-?", OptSpec::FLAG, &opt_help},
1426 if (ProcessOptions(argc, argv, opts) != TRUE || opt_help || opt_fName == 0) {
/external/icu/icu4c/source/test/perf/collationperf/
H A Dcollperf.cpp109 UBool opt_help = FALSE; variable
174 {"-help", OptSpec::FLAG, &opt_help},
175 {"-?", OptSpec::FLAG, &opt_help},
1426 if (ProcessOptions(argc, argv, opts) != TRUE || opt_help || opt_fName == 0) {
/external/valgrind/main/mpi/
H A Dlibmpiwrap.c177 static Bool opt_help = False; variable
199 opt_help = True;
212 if (opt_help) {

Completed in 755 milliseconds