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

  /external/chromium_org/third_party/icu/source/test/intltest/
ucaconf.cpp 251 res = u_strcmpCodePointOrder(oldB, buffer);
tsmthred.cpp     [all...]
  /external/icu/icu4c/source/test/intltest/
ucaconf.cpp 250 res = u_strcmpCodePointOrder(oldB, buffer);
tsmthred.cpp     [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
ustring.h 441 u_strcmpCodePointOrder(const UChar *s1, const UChar *s2);
    [all...]
urename.h 379 #define u_strcmpCodePointOrder U_ICU_ENTRY_POINT_RENAME(u_strcmpCodePointOrder)
    [all...]
  /external/icu/icu4c/source/common/unicode/
ustring.h 441 u_strcmpCodePointOrder(const UChar *s1, const UChar *s2);
    [all...]
urename.h 371 #define u_strcmpCodePointOrder U_ICU_ENTRY_POINT_RENAME(u_strcmpCodePointOrder)
    [all...]
  /external/chromium_org/third_party/icu/source/test/perf/collperf/
collperf.cpp 337 QFUNC(icu_cmpcpo, u_strcmpCodePointOrder, icu_data)
484 BFUNC(icu_cmpcpo, u_strcmpCodePointOrder, icu_data)
  /external/icu/icu4c/source/test/perf/collperf/
collperf.cpp 337 QFUNC(icu_cmpcpo, u_strcmpCodePointOrder, icu_data)
484 BFUNC(icu_cmpcpo, u_strcmpCodePointOrder, icu_data)
  /external/chromium_org/third_party/icu/source/common/
ustring.cpp 934 u_strcmpCodePointOrder(const UChar *s1, const UChar *s2) {
    [all...]
  /external/icu/icu4c/source/common/
ustring.cpp 934 u_strcmpCodePointOrder(const UChar *s1, const UChar *s2) {
    [all...]
  /external/chromium_org/third_party/icu/source/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/icu/icu4c/source/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/chromium_org/third_party/icu/source/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/icu/icu4c/source/test/cintltst/
custrtst.c 411 /* 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);
    [all...]

Completed in 235 milliseconds