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

/macosx-10.10.1/ICU-531.30/icuSources/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
/macosx-10.10.1/JavaScriptCore-7600.1.17/icu/unicode/
H A Dustring.h804 u_memcmpCodePointOrder(const UChar *s1, const UChar *s2, int32_t count);
H A Durename.h329 #define u_memcmpCodePointOrder U_ICU_ENTRY_POINT_RENAME(u_memcmpCodePointOrder) macro
/macosx-10.10.1/WTF-7600.1.24/icu/unicode/
H A Dustring.h804 u_memcmpCodePointOrder(const UChar *s1, const UChar *s2, int32_t count);
H A Durename.h329 #define u_memcmpCodePointOrder U_ICU_ENTRY_POINT_RENAME(u_memcmpCodePointOrder) macro
/macosx-10.10.1/WebKit-7600.1.25/mac/icu/unicode/
H A Dustring.h804 u_memcmpCodePointOrder(const UChar *s1, const UChar *s2, int32_t count);
H A Durename.h329 #define u_memcmpCodePointOrder U_ICU_ENTRY_POINT_RENAME(u_memcmpCodePointOrder) macro
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Dustring.cpp1161 u_memcmpCodePointOrder(const UChar *s1, const UChar *s2, int32_t count) { function
/macosx-10.10.1/ICU-531.30/icuSources/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 223 milliseconds