Searched refs:U_COMPARE_CODE_POINT_ORDER (Results 1 – 13 of 13) sorted by relevance
477 #ifndef U_COMPARE_CODE_POINT_ORDER484 #define U_COMPARE_CODE_POINT_ORDER 0x8000 macro
493 #ifndef U_COMPARE_CODE_POINT_ORDER500 #define U_COMPARE_CODE_POINT_ORDER 0x8000 macro
38 #ifndef U_COMPARE_CODE_POINT_ORDER45 #define U_COMPARE_CODE_POINT_ORDER 0x8000 macro
491 #ifndef U_COMPARE_CODE_POINT_ORDER498 #define U_COMPARE_CODE_POINT_ORDER 0x8000 macro
487 #ifndef U_COMPARE_CODE_POINT_ORDER494 #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()
510 if(c1>=0xd800 && c2>=0xd800 && (options&U_COMPARE_CODE_POINT_ORDER)) { in unorm_cmpEquivFold()
918 if(c1>=0xd800 && c2>=0xd800 && (options&U_COMPARE_CODE_POINT_ORDER)) { in u_strcmpFold()