Home
last modified time | relevance | path

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

/external/icu/libicu/
Dlibicu.map.txt114 u_strncmpCodePointOrder;
/external/icu/tools/icu4c_srcgen/
Dlibicu_export.txt115 u_strncmpCodePointOrder
/external/icu/libicu/ndk_headers/unicode/
Dustring.h599 u_strncmpCodePointOrder(const UChar *s1, const UChar *s2, int32_t n) __INTRODUCED_IN(31);
Durename.h388 #define u_strncmpCodePointOrder U_ICU_ENTRY_POINT_RENAME(u_strncmpCodePointOrder) macro
/external/icu/icu4c/source/common/unicode/
Dustring.h577 u_strncmpCodePointOrder(const UChar *s1, const UChar *s2, int32_t n);
Durename.h388 #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.h388 #define u_strncmpCodePointOrder U_ICU_ENTRY_POINT_RENAME(u_strncmpCodePointOrder) macro
/external/icu/libicu/cts_headers/unicode/
Dustring.h577 u_strncmpCodePointOrder(const UChar *s1, const UChar *s2, int32_t n);
/external/icu/libicu/src/
Dshim.cpp116 #undef u_strncmpCodePointOrder
578 int32_t u_strncmpCodePointOrder(const UChar * s1, const UChar * s2, int32_t n) { in u_strncmpCodePointOrder() function
579 return U_ICU_ENTRY_POINT_RENAME(u_strncmpCodePointOrder)(s1, s2, n); in u_strncmpCodePointOrder()
/external/icu/icu4c/source/test/cintltst/
Dcustrtst.c439 if(u_strncmpCodePointOrder(strings[i], strings[i+1], 10)>=0) { in TestStringFunctions()
444 …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