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

/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Dustring.h574 u_strncmpCodePointOrder(const UChar *s1, const UChar *s2, int32_t n);
H A Durename.h279 #define u_strncmpCodePointOrder u_strncmpCodePointOrder_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Dustring.h574 u_strncmpCodePointOrder(const UChar *s1, const UChar *s2, int32_t n);
H A Durename.h279 #define u_strncmpCodePointOrder u_strncmpCodePointOrder_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
H A Dustring.h574 u_strncmpCodePointOrder(const UChar *s1, const UChar *s2, int32_t n);
H A Durename.h279 #define u_strncmpCodePointOrder u_strncmpCodePointOrder_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Dustring.h574 u_strncmpCodePointOrder(const UChar *s1, const UChar *s2, int32_t n);
H A Durename.h279 #define u_strncmpCodePointOrder u_strncmpCodePointOrder_3_2 macro
/external/icu4c/common/unicode/
H A Dustring.h580 u_strncmpCodePointOrder(const UChar *s1, const UChar *s2, int32_t n);
H A Durename.h391 #define u_strncmpCodePointOrder U_ICU_ENTRY_POINT_RENAME(u_strncmpCodePointOrder) macro
/external/icu4c/test/cintltst/
H A Dcustrtst.c438 if(u_strncmpCodePointOrder(strings[i], strings[i+1], 10)>=0) {
439 log_err("error: u_strncmpCodePointOrder() fails for string %d and the following one\n", i);
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);
/external/icu4c/common/
H A Dustring.c958 u_strncmpCodePointOrder(const UChar *s1, const UChar *s2, int32_t n) { function

Completed in 117 milliseconds