Home | History | Annotate | Download | only in intltest

Lines Matching refs:U_COMPARE_IGNORE_CASE

854     if(options&U_COMPARE_IGNORE_CASE) {
1059 { U_COMPARE_IGNORE_CASE, "ignore case" },
1060 { U_COMPARE_CODE_POINT_ORDER|U_COMPARE_IGNORE_CASE, "c.p. order & ignore case" },
1061 { U_COMPARE_IGNORE_CASE|U_FOLD_CASE_EXCLUDE_SPECIAL_I, "ignore case & special i" },
1062 { U_COMPARE_CODE_POINT_ORDER|U_COMPARE_IGNORE_CASE|U_FOLD_CASE_EXCLUDE_SPECIAL_I, "c.p. order & ignore case & special i" },
1091 if(opt[k].options&U_COMPARE_IGNORE_CASE) {
1148 if(opt[k].options&U_COMPARE_IGNORE_CASE) {