Searched refs:U_COMPARE_IGNORE_CASE (Results 1 – 9 of 9) sorted by relevance
/external/icu/icu4c/source/common/unicode/ |
D | stringoptions.h | 166 #define U_COMPARE_IGNORE_CASE 0x10000 macro
|
/external/icu/libandroidicu/include/unicode/ |
D | stringoptions.h | 166 #define U_COMPARE_IGNORE_CASE 0x10000 macro
|
/external/icu/libicu/ndk_headers/unicode/ |
D | stringoptions.h | 166 #define U_COMPARE_IGNORE_CASE 0x10000 macro
|
/external/icu/libicu/cts_headers/unicode/ |
D | stringoptions.h | 166 #define U_COMPARE_IGNORE_CASE 0x10000 macro
|
/external/icu/icu4c/source/common/ |
D | unormcmp.cpp | 315 if( level1==0 && (options&U_COMPARE_IGNORE_CASE) && in unorm_cmpEquivFold() 360 if( level2==0 && (options&U_COMPARE_IGNORE_CASE) && in unorm_cmpEquivFold()
|
D | unistr_case.cpp | 73 options|U_COMPARE_IGNORE_CASE, &errorCode); in doCaseCompare()
|
D | ustrcase.cpp | 1781 options|U_COMPARE_IGNORE_CASE, in u_strCaseCompare() 1789 options|U_COMPARE_IGNORE_CASE, in u_strcasecmp() 1797 options|U_COMPARE_IGNORE_CASE, in u_memcasecmp() 1805 options|(U_COMPARE_IGNORE_CASE|_STRNCMP_STYLE), in u_strncasecmp()
|
/external/icu/icu4c/source/test/intltest/ |
D | tstnorm.cpp | 884 if(options&U_COMPARE_IGNORE_CASE) { in ref_norm_compare() 1089 { U_COMPARE_IGNORE_CASE, "ignore case" }, in TestCompare() 1090 { U_COMPARE_CODE_POINT_ORDER|U_COMPARE_IGNORE_CASE, "c.p. order & ignore case" }, in TestCompare() 1091 { U_COMPARE_IGNORE_CASE|U_FOLD_CASE_EXCLUDE_SPECIAL_I, "ignore case & special i" }, in TestCompare() 1092 …{ U_COMPARE_CODE_POINT_ORDER|U_COMPARE_IGNORE_CASE|U_FOLD_CASE_EXCLUDE_SPECIAL_I, "c.p. order & ig… in TestCompare() 1121 if(opt[k].options&U_COMPARE_IGNORE_CASE) { in TestCompare() 1178 if(opt[k].options&U_COMPARE_IGNORE_CASE) { in TestCompare()
|
D | normconf.cpp | 422 …are(field[0], field[2], (options<<UNORM_COMPARE_NORM_OPTIONS_SHIFT)|U_COMPARE_IGNORE_CASE, status); in checkConformance()
|