Searched refs:U_COMPARE_IGNORE_CASE (Results 1 – 7 of 7) sorted by relevance
/external/icu/icu4c/source/common/ |
D | unormcmp.cpp | 184 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()
|
D | ustr_imp.h | 28 #ifndef U_COMPARE_IGNORE_CASE 34 #define U_COMPARE_IGNORE_CASE 0x10000 macro
|
D | ustrcase.cpp | 871 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()
|
D | unistr_case.cpp | 67 options|U_COMPARE_IGNORE_CASE, &errorCode); in doCaseCompare()
|
/external/icu/icu4c/source/test/intltest/ |
D | tstnorm.cpp | 854 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()
|
D | normconf.cpp | 430 …are(field[0], field[2], (options<<UNORM_COMPARE_NORM_OPTIONS_SHIFT)|U_COMPARE_IGNORE_CASE, status); in checkConformance()
|
/external/icu/icu4c/source/common/unicode/ |
D | unorm2.h | 539 #define U_COMPARE_IGNORE_CASE 0x10000 macro
|