Home
last modified time | relevance | path

Searched refs:u_strncmpCodePointOrder (Results 1 – 7 of 7) sorted by relevance

/external/icu/icu4c/source/common/unicode/
Dustring.h577 u_strncmpCodePointOrder(const UChar *s1, const UChar *s2, int32_t n);
Durename.h384 #define u_strncmpCodePointOrder U_ICU_ENTRY_POINT_RENAME(u_strncmpCodePointOrder) macro
/external/icu/libandroidicu/include/unicode/
Dustring.h577 u_strncmpCodePointOrder(const UChar *s1, const UChar *s2, int32_t n);
Durename.h384 #define u_strncmpCodePointOrder U_ICU_ENTRY_POINT_RENAME(u_strncmpCodePointOrder) macro
/external/icu/icu4c/source/test/cintltst/
Dcustrtst.c435 if(u_strncmpCodePointOrder(strings[i], strings[i+1], 10)>=0) { in TestStringFunctions()
440 …if(u_strncmpCodePointOrder(strings[i], strings[i+1], 2)!=u_memcmpCodePointOrder(strings[i], string… in TestStringFunctions()
/external/icu/icu4c/source/common/
Dustring.cpp962 u_strncmpCodePointOrder(const UChar *s1, const UChar *s2, int32_t n) { in u_strncmpCodePointOrder() function
/external/icu/libandroidicu/static_shim/
Dshim.cpp461 return u_strncmpCodePointOrder(s1, s2, n); in u_strncmpCodePointOrder_android()