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

  /external/chromium_org/third_party/icu/source/test/perf/collperf/
collperf.cpp 463 #define BFUNC(name, func, data) \
468 BFUNC(posix_strcoll_null, strcoll, posix_data)
469 BFUNC(posix_cmpkey, strcmp, posix_key)
470 BFUNC(win_cmpkey, strcmp, win_key)
471 BFUNC(win_wcscmp, wcscmp, win_data)
472 BFUNC(icu_strcmp, u_strcmp, icu_data)
473 BFUNC(icu_cmpcpo, u_strcmpCodePointOrder, icu_data)
  /external/icu/icu4c/source/test/perf/collperf/
collperf.cpp 474 #define BFUNC(name, func, data) \
479 BFUNC(posix_strcoll_null, strcoll, posix_data)
480 BFUNC(posix_cmpkey, strcmp, posix_key)
481 BFUNC(win_cmpkey, strcmp, win_key)
482 BFUNC(win_wcscmp, wcscmp, win_data)
483 BFUNC(icu_strcmp, u_strcmp, icu_data)
484 BFUNC(icu_cmpcpo, u_strcmpCodePointOrder, icu_data)

Completed in 5312 milliseconds