HomeSort by relevance Sort by last modified time
    Searched defs:opt_help (Results 1 - 6 of 6) sorted by null

  /external/icu4c/samples/coll/
coll.cpp 44 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/icu4c/samples/strsrch/
strsrch.cpp 47 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/
configure.bat 34 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/icu4c/test/perf/ubrkperf/
ubrkperfold.cpp 98 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/icu4c/test/perf/collationperf/
collperf.cpp 109 UBool opt_help = FALSE; variable
174 {"-help", OptSpec::FLAG, &opt_help},
175 {"-?", OptSpec::FLAG, &opt_help},
    [all...]
  /external/valgrind/main/mpi/
libmpiwrap.c 177 static Bool opt_help = False; variable
199 opt_help = True;
212 if (opt_help) {
    [all...]

Completed in 116 milliseconds