Searched refs:u_strcmpCodePointOrder (Results 1 – 8 of 8) sorted by relevance
250 res = u_strcmpCodePointOrder(oldB, buffer); in testConformance()
1203 res = u_strcmpCodePointOrder(lines[prev].buff, lines[i].buff); in run()
441 u_strcmpCodePointOrder(const UChar *s1, const UChar *s2);
375 #define u_strcmpCodePointOrder U_ICU_ENTRY_POINT_RENAME(u_strcmpCodePointOrder) macro
337 QFUNC(icu_cmpcpo, u_strcmpCodePointOrder, icu_data)484 BFUNC(icu_cmpcpo, u_strcmpCodePointOrder, icu_data)
934 u_strcmpCodePointOrder(const UChar *s1, const UChar *s2) { in u_strcmpCodePointOrder() function
489 if (opt_strcmpCPO) {pf = u_strcmpCodePointOrder;} in doBinarySearch()
430 if(u_strcmpCodePointOrder(strings[i], strings[i+1])>=0) { in TestStringFunctions()