Home | History | Annotate | Download | only in collationperf

Lines Matching refs:opt_help

109 UBool  opt_help       = FALSE;
174 {"-help", OptSpec::FLAG, &opt_help},
175 {"-?", OptSpec::FLAG, &opt_help},
1426 if (ProcessOptions(argc, argv, opts) != TRUE || opt_help || opt_fName == 0) {