Searched refs:BFUNC (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/perf/collperf/ |
D | collperf.cpp | 480 #define BFUNC(name, func, data) \ macro 485 BFUNC(posix_strcoll_null, strcoll, posix_data) 486 BFUNC(posix_cmpkey, strcmp, posix_key) 487 BFUNC(win_cmpkey, strcmp, win_key) 488 BFUNC(win_wcscmp, wcscmp, win_data) 489 BFUNC(icu_strcmp, u_strcmp, icu_data) 490 BFUNC(icu_cmpcpo, u_strcmpCodePointOrder, icu_data)
|