Home
last modified time | relevance | path

Searched refs:U_COMPARE_IGNORE_CASE (Results 1 – 7 of 7) sorted by relevance

/external/icu/icu4c/source/common/
Dunormcmp.cpp184 if((options&U_COMPARE_IGNORE_CASE)!=0) { in unorm_cmpEquivFold()
319 if( level1==0 && (options&U_COMPARE_IGNORE_CASE) && in unorm_cmpEquivFold()
364 if( level2==0 && (options&U_COMPARE_IGNORE_CASE) && in unorm_cmpEquivFold()
Dustr_imp.h28 #ifndef U_COMPARE_IGNORE_CASE
34 #define U_COMPARE_IGNORE_CASE 0x10000 macro
Dustrcase.cpp871 options|U_COMPARE_IGNORE_CASE, in u_strCaseCompare()
879 options|U_COMPARE_IGNORE_CASE, in u_strcasecmp()
887 options|U_COMPARE_IGNORE_CASE, in u_memcasecmp()
895 options|(U_COMPARE_IGNORE_CASE|_STRNCMP_STYLE), in u_strncasecmp()
Dunistr_case.cpp67 options|U_COMPARE_IGNORE_CASE, &errorCode); in doCaseCompare()
/external/icu/icu4c/source/test/intltest/
Dtstnorm.cpp854 if(options&U_COMPARE_IGNORE_CASE) { in ref_norm_compare()
1059 { U_COMPARE_IGNORE_CASE, "ignore case" }, in TestCompare()
1060 { U_COMPARE_CODE_POINT_ORDER|U_COMPARE_IGNORE_CASE, "c.p. order & ignore case" }, in TestCompare()
1061 { U_COMPARE_IGNORE_CASE|U_FOLD_CASE_EXCLUDE_SPECIAL_I, "ignore case & special i" }, in TestCompare()
1062 …{ U_COMPARE_CODE_POINT_ORDER|U_COMPARE_IGNORE_CASE|U_FOLD_CASE_EXCLUDE_SPECIAL_I, "c.p. order & ig… in TestCompare()
1091 if(opt[k].options&U_COMPARE_IGNORE_CASE) { in TestCompare()
1148 if(opt[k].options&U_COMPARE_IGNORE_CASE) { in TestCompare()
Dnormconf.cpp430 …are(field[0], field[2], (options<<UNORM_COMPARE_NORM_OPTIONS_SHIFT)|U_COMPARE_IGNORE_CASE, status); in checkConformance()
/external/icu/icu4c/source/common/unicode/
Dunorm2.h539 #define U_COMPARE_IGNORE_CASE 0x10000 macro