HomeSort by relevance Sort by last modified time
    Searched refs:u_strcmpCodePointOrder (Results 1 - 8 of 8) sorted by null

  /external/icu/icu4c/source/test/intltest/
ucaconf.cpp 252 res = u_strcmpCodePointOrder(oldB, buffer);
tsmthred.cpp 948 res = u_strcmpCodePointOrder(lines[prev].buff, lines[i].buff);
    [all...]
  /external/icu/icu4c/source/common/unicode/
ustring.h 443 u_strcmpCodePointOrder(const UChar *s1, const UChar *s2);
    [all...]
urename.h 372 #define u_strcmpCodePointOrder U_ICU_ENTRY_POINT_RENAME(u_strcmpCodePointOrder)
    [all...]
  /external/icu/icu4c/source/test/perf/collperf/
collperf.cpp 343 QFUNC(icu_cmpcpo, u_strcmpCodePointOrder, icu_data)
490 BFUNC(icu_cmpcpo, u_strcmpCodePointOrder, icu_data)
  /external/icu/icu4c/source/common/
ustring.cpp 937 u_strcmpCodePointOrder(const UChar *s1, const UChar *s2) {
    [all...]
  /external/icu/icu4c/source/test/perf/collationperf/
collperf.cpp 41 "-strcmpCPO Run tests using u_strcmpCodePointOrder rather than strcoll\n"
493 if (opt_strcmpCPO) {pf = u_strcmpCodePointOrder;}
    [all...]
  /external/icu/icu4c/source/test/cintltst/
custrtst.c 412 /* test u_strcmpCodePointOrder() */
432 if(u_strcmpCodePointOrder(strings[i], strings[i+1])>=0) {
433 log_err("error: u_strcmpCodePointOrder() fails for string %d and the following one\n", i);
    [all...]

Completed in 623 milliseconds