Searched refs:BFUNC (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/perf/collperf/ |
D | collperf.cpp | 474 #define BFUNC(name, func, data) \ macro 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)
|