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/
Dunorm.h477 #ifndef U_COMPARE_CODE_POINT_ORDER
484 #define U_COMPARE_CODE_POINT_ORDER 0x8000 macro
Dustring.h498 #ifndef U_COMPARE_CODE_POINT_ORDER
505 #define U_COMPARE_CODE_POINT_ORDER 0x8000 macro
Dunistr.h39 #ifndef U_COMPARE_CODE_POINT_ORDER
46 #define U_COMPARE_CODE_POINT_ORDER 0x8000 macro
/external/icu/icu4c/source/test/intltest/
Dtstnorm.cpp868 if(options&U_COMPARE_CODE_POINT_ORDER) { in ref_norm_compare()
899 if(options&U_COMPARE_CODE_POINT_ORDER) { in ref_case_compare()
1058 { U_COMPARE_CODE_POINT_ORDER, "c.p. order" }, in TestCompare()
1060 { U_COMPARE_CODE_POINT_ORDER|U_COMPARE_IGNORE_CASE, "c.p. order & ignore case" }, in TestCompare()
1062 …{ 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.cpp508 if(c1>=0xd800 && c2>=0xd800 && (options&U_COMPARE_CODE_POINT_ORDER)) { in unorm_cmpEquivFold()
Dustrcase.cpp812 if(c1>=0xd800 && c2>=0xd800 && (options&U_COMPARE_CODE_POINT_ORDER)) { in _cmpFold()