Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/unicode/
Dstringoptions.h166 #define U_COMPARE_IGNORE_CASE 0x10000 macro
/external/icu/libandroidicu/include/unicode/
Dstringoptions.h166 #define U_COMPARE_IGNORE_CASE 0x10000 macro
/external/icu/libicu/ndk_headers/unicode/
Dstringoptions.h166 #define U_COMPARE_IGNORE_CASE 0x10000 macro
/external/icu/libicu/cts_headers/unicode/
Dstringoptions.h166 #define U_COMPARE_IGNORE_CASE 0x10000 macro
/external/icu/icu4c/source/common/
Dunormcmp.cpp315 if( level1==0 && (options&U_COMPARE_IGNORE_CASE) && in unorm_cmpEquivFold()
360 if( level2==0 && (options&U_COMPARE_IGNORE_CASE) && in unorm_cmpEquivFold()
Dunistr_case.cpp73 options|U_COMPARE_IGNORE_CASE, &errorCode); in doCaseCompare()
Dustrcase.cpp1781 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/
Dtstnorm.cpp884 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()
Dnormconf.cpp422 …are(field[0], field[2], (options<<UNORM_COMPARE_NORM_OPTIONS_SHIFT)|U_COMPARE_IGNORE_CASE, status); in checkConformance()