Home | History | Annotate | Download | only in collationperf

Lines Matching refs:opt_uselen

118 UBool  opt_uselen     = FALSE;
156 {"-uselen", OptSpec::FLAG, &opt_uselen},
387 if (opt_uselen) {
402 if (opt_uselen) {
532 if (opt_uselen) {
553 if (opt_uselen) {
583 if (opt_uselen) {
603 if (opt_uselen) {
717 else if (opt_win && opt_uselen) {
725 else if (opt_win && !opt_uselen) {
739 else if (opt_icu && opt_uselen) {
747 else if (opt_icu && !opt_uselen) {
1146 doForwardIterTest(opt_uselen);
1147 doBackwardIterTest(opt_uselen);