Home
last modified time | relevance | path

Searched refs:U_COMPARE_CODE_POINT_ORDER (Results 1 – 6 of 6) sorted by relevance

/external/icu/icu4c/source/common/unicode/
Dunorm2.h543 #ifndef U_COMPARE_CODE_POINT_ORDER
550 #define U_COMPARE_CODE_POINT_ORDER 0x8000 macro
Dustring.h500 #ifndef U_COMPARE_CODE_POINT_ORDER
507 #define U_COMPARE_CODE_POINT_ORDER 0x8000 macro
Dunistr.h40 #ifndef U_COMPARE_CODE_POINT_ORDER
47 #define U_COMPARE_CODE_POINT_ORDER 0x8000 macro
/external/icu/icu4c/source/test/intltest/
Dtstnorm.cpp871 if(options&U_COMPARE_CODE_POINT_ORDER) { in ref_norm_compare()
902 if(options&U_COMPARE_CODE_POINT_ORDER) { in ref_case_compare()
1061 { U_COMPARE_CODE_POINT_ORDER, "c.p. order" }, in TestCompare()
1063 { U_COMPARE_CODE_POINT_ORDER|U_COMPARE_IGNORE_CASE, "c.p. order & ignore case" }, in TestCompare()
1065 …{ U_COMPARE_CODE_POINT_ORDER|U_COMPARE_IGNORE_CASE|U_FOLD_CASE_EXCLUDE_SPECIAL_I, "c.p. order & ig… in TestCompare()
/external/icu/icu4c/source/common/
Dunormcmp.cpp510 if(c1>=0xd800 && c2>=0xd800 && (options&U_COMPARE_CODE_POINT_ORDER)) { in unorm_cmpEquivFold()
Dustrcase.cpp1460 if(c1>=0xd800 && c2>=0xd800 && (options&U_COMPARE_CODE_POINT_ORDER)) { in _cmpFold()