Searched refs:u_strncmpCodePointOrder (Results 1 – 4 of 4) sorted by relevance
585 u_strncmpCodePointOrder(const UChar *s1, const UChar *s2, int32_t n);
383 #define u_strncmpCodePointOrder U_ICU_ENTRY_POINT_RENAME(u_strncmpCodePointOrder) macro
433 if(u_strncmpCodePointOrder(strings[i], strings[i+1], 10)>=0) { in TestStringFunctions()438 …if(u_strncmpCodePointOrder(strings[i], strings[i+1], 2)!=u_memcmpCodePointOrder(strings[i], string… in TestStringFunctions()
959 u_strncmpCodePointOrder(const UChar *s1, const UChar *s2, int32_t n) { in u_strncmpCodePointOrder() function