Searched refs:U_COMPARE_CODE_POINT_ORDER (Results 1 – 6 of 6) sorted by relevance
477 #ifndef U_COMPARE_CODE_POINT_ORDER484 #define U_COMPARE_CODE_POINT_ORDER 0x8000 macro
498 #ifndef U_COMPARE_CODE_POINT_ORDER505 #define U_COMPARE_CODE_POINT_ORDER 0x8000 macro
39 #ifndef U_COMPARE_CODE_POINT_ORDER46 #define U_COMPARE_CODE_POINT_ORDER 0x8000 macro
868 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()
508 if(c1>=0xd800 && c2>=0xd800 && (options&U_COMPARE_CODE_POINT_ORDER)) { in unorm_cmpEquivFold()
812 if(c1>=0xd800 && c2>=0xd800 && (options&U_COMPARE_CODE_POINT_ORDER)) { in _cmpFold()