Searched refs:u_strcmpCodePointOrder (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
H A Ducaconf.cpp251 res = u_strcmpCodePointOrder(oldB, buffer);
H A Dtsmthred.cpp1185 res = u_strcmpCodePointOrder(lines[prev].buff, lines[i].buff);
/external/icu/icu4c/source/test/intltest/
H A Ducaconf.cpp250 res = u_strcmpCodePointOrder(oldB, buffer);
H A Dtsmthred.cpp1190 res = u_strcmpCodePointOrder(lines[prev].buff, lines[i].buff);
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dustring.h441 u_strcmpCodePointOrder(const UChar *s1, const UChar *s2);
H A Durename.h379 #define u_strcmpCodePointOrder U_ICU_ENTRY_POINT_RENAME(u_strcmpCodePointOrder) macro
/external/icu/icu4c/source/common/unicode/
H A Dustring.h441 u_strcmpCodePointOrder(const UChar *s1, const UChar *s2);
H A Durename.h371 #define u_strcmpCodePointOrder U_ICU_ENTRY_POINT_RENAME(u_strcmpCodePointOrder) macro
/external/chromium_org/third_party/icu/source/test/perf/collperf/
H A Dcollperf.cpp337 QFUNC(icu_cmpcpo, u_strcmpCodePointOrder, icu_data)
484 BFUNC(icu_cmpcpo, u_strcmpCodePointOrder, icu_data)
/external/icu/icu4c/source/test/perf/collperf/
H A Dcollperf.cpp337 QFUNC(icu_cmpcpo, u_strcmpCodePointOrder, icu_data)
484 BFUNC(icu_cmpcpo, u_strcmpCodePointOrder, icu_data)
/external/chromium_org/third_party/icu/source/common/
H A Dustring.cpp934 u_strcmpCodePointOrder(const UChar *s1, const UChar *s2) { function
/external/icu/icu4c/source/common/
H A Dustring.cpp934 u_strcmpCodePointOrder(const UChar *s1, const UChar *s2) { function
/external/chromium_org/third_party/icu/source/test/perf/collationperf/
H A Dcollperf.cpp37 "-strcmpCPO Run tests using u_strcmpCodePointOrder rather than strcoll\n"
489 if (opt_strcmpCPO) {pf = u_strcmpCodePointOrder;}
/external/icu/icu4c/source/test/perf/collationperf/
H A Dcollperf.cpp37 "-strcmpCPO Run tests using u_strcmpCodePointOrder rather than strcoll\n"
489 if (opt_strcmpCPO) {pf = u_strcmpCodePointOrder;}
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcustrtst.c415 /* 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);
/external/icu/icu4c/source/test/cintltst/
H A Dcustrtst.c411 /* test u_strcmpCodePointOrder() */
431 if(u_strcmpCodePointOrder(strings[i], strings[i+1])>=0) {
432 log_err("error: u_strcmpCodePointOrder() fails for string %d and the following one\n", i);

Completed in 2109 milliseconds