Searched refs:U_COMPARE_CODE_POINT_ORDER (Results 1 – 7 of 7) sorted by relevance
159 #define U_COMPARE_CODE_POINT_ORDER 0x8000 macro
898 if(options&U_COMPARE_CODE_POINT_ORDER) { in ref_norm_compare()929 if(options&U_COMPARE_CODE_POINT_ORDER) { in ref_case_compare()1088 { U_COMPARE_CODE_POINT_ORDER, "c.p. order" }, in TestCompare()1090 { U_COMPARE_CODE_POINT_ORDER|U_COMPARE_IGNORE_CASE, "c.p. order & ignore case" }, in TestCompare()1092 …{ U_COMPARE_CODE_POINT_ORDER|U_COMPARE_IGNORE_CASE|U_FOLD_CASE_EXCLUDE_SPECIAL_I, "c.p. order & ig… in TestCompare()
504 if(c1>=0xd800 && c2>=0xd800 && (options&U_COMPARE_CODE_POINT_ORDER)) { in unorm_cmpEquivFold()
1722 if(c1>=0xd800 && c2>=0xd800 && (options&U_COMPARE_CODE_POINT_ORDER)) { in _cmpFold()