Home
last modified time | relevance | path

Searched refs:u_strcmpCodePointOrder (Results 1 – 11 of 11) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Ducaconf.cpp252 res = u_strcmpCodePointOrder(oldB, buffer); in testConformance()
Dtsmthred.cpp898 res = u_strcmpCodePointOrder(lines[prev].buff, lines[i].buff); in run()
/external/icu/icu4c/source/common/unicode/
Dustring.h443 u_strcmpCodePointOrder(const UChar *s1, const UChar *s2);
Durename.h376 #define u_strcmpCodePointOrder U_ICU_ENTRY_POINT_RENAME(u_strcmpCodePointOrder) macro
/external/icu/libandroidicu/include/unicode/
Dustring.h443 u_strcmpCodePointOrder(const UChar *s1, const UChar *s2);
Durename.h376 #define u_strcmpCodePointOrder U_ICU_ENTRY_POINT_RENAME(u_strcmpCodePointOrder) macro
/external/icu/icu4c/source/test/perf/collperf/
Dcollperf.cpp343 QFUNC(icu_cmpcpo, u_strcmpCodePointOrder, icu_data)
490 BFUNC(icu_cmpcpo, u_strcmpCodePointOrder, icu_data)
/external/icu/icu4c/source/common/
Dustring.cpp937 u_strcmpCodePointOrder(const UChar *s1, const UChar *s2) { in u_strcmpCodePointOrder() function
/external/icu/icu4c/source/test/perf/collationperf/
Dcollperf.cpp493 if (opt_strcmpCPO) {pf = u_strcmpCodePointOrder;} in doBinarySearch()
/external/icu/icu4c/source/test/cintltst/
Dcustrtst.c432 if(u_strcmpCodePointOrder(strings[i], strings[i+1])>=0) { in TestStringFunctions()
/external/icu/libandroidicu/static_shim/
Dshim.cpp440 return u_strcmpCodePointOrder(s1, s2); in u_strcmpCodePointOrder_android()