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