/external/chromium_org/third_party/icu/source/common/unicode/ |
ustring.h | 804 u_memcmpCodePointOrder(const UChar *s1, const UChar *s2, int32_t count); [all...] |
urename.h | 329 #define u_memcmpCodePointOrder U_ICU_ENTRY_POINT_RENAME(u_memcmpCodePointOrder) [all...] |
/external/icu4c/common/unicode/ |
ustring.h | 809 u_memcmpCodePointOrder(const UChar *s1, const UChar *s2, int32_t count); [all...] |
urename.h | 316 #define u_memcmpCodePointOrder U_ICU_ENTRY_POINT_RENAME(u_memcmpCodePointOrder) [all...] |
/external/chromium_org/third_party/icu/source/common/ |
ustring.c | 1154 u_memcmpCodePointOrder(const UChar *s1, const UChar *s2, int32_t count) { [all...] |
/external/icu4c/common/ |
ustring.cpp | 1161 u_memcmpCodePointOrder(const UChar *s1, const UChar *s2, int32_t count) { [all...] |
/external/chromium_org/third_party/icu/source/test/cintltst/ |
custrtst.c | 443 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); [all...] |
/external/icu4c/test/cintltst/ |
custrtst.c | 443 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); [all...] |