Searched refs:u_memcmpCodePointOrder (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/icu/source/common/unicode/
H A Dustring.h809 u_memcmpCodePointOrder(const UChar *s1, const UChar *s2, int32_t count);
H A Durename.h325 #define u_memcmpCodePointOrder U_ICU_ENTRY_POINT_RENAME(u_memcmpCodePointOrder) macro
/external/icu/icu4c/source/common/unicode/
H A Dustring.h809 u_memcmpCodePointOrder(const UChar *s1, const UChar *s2, int32_t count);
H A Durename.h317 #define u_memcmpCodePointOrder U_ICU_ENTRY_POINT_RENAME(u_memcmpCodePointOrder) macro
/external/chromium_org/third_party/icu/source/common/
H A Dustring.cpp1161 u_memcmpCodePointOrder(const UChar *s1, const UChar *s2, int32_t count) { function
/external/icu/icu4c/source/common/
H A Dustring.cpp1161 u_memcmpCodePointOrder(const UChar *s1, const UChar *s2, int32_t count) { function
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcustrtst.c443 if(u_strncmpCodePointOrder(strings[i], strings[i+1], 2)!=u_memcmpCodePointOrder(strings[i], strings[i+1], 2)) {
444 log_err("error: u_strncmpCodePointOrder(2)!=u_memcmpCodePointOrder(2) for string %d and the following one\n", i);
/external/icu/icu4c/source/test/cintltst/
H A Dcustrtst.c439 if(u_strncmpCodePointOrder(strings[i], strings[i+1], 2)!=u_memcmpCodePointOrder(strings[i], strings[i+1], 2)) {
440 log_err("error: u_strncmpCodePointOrder(2)!=u_memcmpCodePointOrder(2) for string %d and the following one\n", i);

Completed in 202 milliseconds