Searched refs:U_COMPARE_IGNORE_CASE (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Dustr_imp.h28 #ifndef U_COMPARE_IGNORE_CASE
34 #define U_COMPARE_IGNORE_CASE 0x10000 macro
H A Dunormcmp.cpp175 * assume that at least one of the options _COMPARE_EQUIV and U_COMPARE_IGNORE_CASE is set
186 if((options&U_COMPARE_IGNORE_CASE)!=0) {
321 if( level1==0 && (options&U_COMPARE_IGNORE_CASE) &&
366 if( level2==0 && (options&U_COMPARE_IGNORE_CASE) &&
H A Dunistr_case.cpp67 options|U_COMPARE_IGNORE_CASE, &errorCode);
H A Dustrcase.cpp498 * assume that at least the option U_COMPARE_IGNORE_CASE is set
782 options|U_COMPARE_IGNORE_CASE,
790 options|U_COMPARE_IGNORE_CASE,
798 options|U_COMPARE_IGNORE_CASE,
806 options|(U_COMPARE_IGNORE_CASE|_STRNCMP_STYLE),
/external/icu/icu4c/source/common/
H A Dustr_imp.h28 #ifndef U_COMPARE_IGNORE_CASE
34 #define U_COMPARE_IGNORE_CASE 0x10000 macro
H A Dunormcmp.cpp175 * assume that at least one of the options _COMPARE_EQUIV and U_COMPARE_IGNORE_CASE is set
186 if((options&U_COMPARE_IGNORE_CASE)!=0) {
321 if( level1==0 && (options&U_COMPARE_IGNORE_CASE) &&
366 if( level2==0 && (options&U_COMPARE_IGNORE_CASE) &&
H A Dunistr_case.cpp67 options|U_COMPARE_IGNORE_CASE, &errorCode);
H A Dustrcase.cpp498 * assume that at least the option U_COMPARE_IGNORE_CASE is set
782 options|U_COMPARE_IGNORE_CASE,
790 options|U_COMPARE_IGNORE_CASE,
798 options|U_COMPARE_IGNORE_CASE,
806 options|(U_COMPARE_IGNORE_CASE|_STRNCMP_STYLE),
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dunorm.h475 #define U_COMPARE_IGNORE_CASE 0x10000 macro
530 * - U_COMPARE_IGNORE_CASE
/external/icu/icu4c/source/common/unicode/
H A Dunorm.h475 #define U_COMPARE_IGNORE_CASE 0x10000 macro
530 * - U_COMPARE_IGNORE_CASE
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtstnorm.cpp855 if(options&U_COMPARE_IGNORE_CASE) {
1060 { U_COMPARE_IGNORE_CASE, "ignore case" },
1061 { U_COMPARE_CODE_POINT_ORDER|U_COMPARE_IGNORE_CASE, "c.p. order & ignore case" },
1062 { U_COMPARE_IGNORE_CASE|U_FOLD_CASE_EXCLUDE_SPECIAL_I, "ignore case & special i" },
1063 { U_COMPARE_CODE_POINT_ORDER|U_COMPARE_IGNORE_CASE|U_FOLD_CASE_EXCLUDE_SPECIAL_I, "c.p. order & ignore case & special i" },
1092 if(opt[k].options&U_COMPARE_IGNORE_CASE) {
1149 if(opt[k].options&U_COMPARE_IGNORE_CASE) {
H A Dnormconf.cpp430 rc=Normalizer::compare(field[0], field[2], (options<<UNORM_COMPARE_NORM_OPTIONS_SHIFT)|U_COMPARE_IGNORE_CASE, status);
/external/icu/icu4c/source/test/intltest/
H A Dtstnorm.cpp855 if(options&U_COMPARE_IGNORE_CASE) {
1060 { U_COMPARE_IGNORE_CASE, "ignore case" },
1061 { U_COMPARE_CODE_POINT_ORDER|U_COMPARE_IGNORE_CASE, "c.p. order & ignore case" },
1062 { U_COMPARE_IGNORE_CASE|U_FOLD_CASE_EXCLUDE_SPECIAL_I, "ignore case & special i" },
1063 { U_COMPARE_CODE_POINT_ORDER|U_COMPARE_IGNORE_CASE|U_FOLD_CASE_EXCLUDE_SPECIAL_I, "c.p. order & ignore case & special i" },
1092 if(opt[k].options&U_COMPARE_IGNORE_CASE) {
1149 if(opt[k].options&U_COMPARE_IGNORE_CASE) {
H A Dnormconf.cpp430 rc=Normalizer::compare(field[0], field[2], (options<<UNORM_COMPARE_NORM_OPTIONS_SHIFT)|U_COMPARE_IGNORE_CASE, status);

Completed in 1052 milliseconds