/external/icu4c/test/intltest/ |
ucaconf.cpp | 222 res = u_strcmpCodePointOrder(oldB, buffer);
|
tsmthred.cpp | 895 res = u_strcmpCodePointOrder(lines[i-1].buff, lines[i].buff); [all...] |
/external/icu4c/test/perf/collperf/ |
collperf.cpp | 328 QFUNC(icu_cmpcpo, u_strcmpCodePointOrder, icu_data) 473 BFUNC(icu_cmpcpo, u_strcmpCodePointOrder, icu_data)
|
/external/icu4c/test/cintltst/ |
custrtst.c | 415 /* test u_strcmpCodePointOrder() */ 435 if(u_strcmpCodePointOrder(strings[i], strings[i+1])>=0) { 436 log_err("error: u_strcmpCodePointOrder() fails for string %d and the following one\n", i); [all...] |
/external/icu4c/common/unicode/ |
urename.h | 381 #define u_strcmpCodePointOrder U_ICU_ENTRY_POINT_RENAME(u_strcmpCodePointOrder) [all...] |
ustring.h | 436 u_strcmpCodePointOrder(const UChar *s1, const UChar *s2); [all...] |
/external/icu4c/test/perf/collationperf/ |
collperf.cpp | 37 "-strcmpCPO Run tests using u_strcmpCodePointOrder rather than strcoll\n" 489 if (opt_strcmpCPO) {pf = u_strcmpCodePointOrder;} [all...] |
/external/webkit/Source/JavaScriptCore/icu/unicode/ |
urename.h | 271 #define u_strcmpCodePointOrder u_strcmpCodePointOrder_3_2 [all...] |
ustring.h | 430 u_strcmpCodePointOrder(const UChar *s1, const UChar *s2); [all...] |
/external/webkit/Source/JavaScriptGlue/icu/unicode/ |
urename.h | 271 #define u_strcmpCodePointOrder u_strcmpCodePointOrder_3_2 [all...] |
ustring.h | 430 u_strcmpCodePointOrder(const UChar *s1, const UChar *s2); [all...] |
/external/webkit/Source/WebCore/icu/unicode/ |
urename.h | 271 #define u_strcmpCodePointOrder u_strcmpCodePointOrder_3_2 [all...] |
ustring.h | 430 u_strcmpCodePointOrder(const UChar *s1, const UChar *s2); [all...] |
/external/webkit/Source/WebKit/mac/icu/unicode/ |
urename.h | 271 #define u_strcmpCodePointOrder u_strcmpCodePointOrder_3_2 [all...] |
ustring.h | 430 u_strcmpCodePointOrder(const UChar *s1, const UChar *s2); [all...] |
/external/icu4c/common/ |
ustring.c | 933 u_strcmpCodePointOrder(const UChar *s1, const UChar *s2) { [all...] |