Searched refs:QFUNC (Results 1 – 1 of 1) sorted by relevance
/external/icu4c/test/perf/collperf/ |
D | collperf.cpp | 317 #define QFUNC(name, func, data) \ macro 323 QFUNC(posix_strcoll_null, strcoll, posix_data) 324 QFUNC(posix_cmpkey, strcmp, posix_key) 325 QFUNC(win_cmpkey, strcmp, win_key) 326 QFUNC(win_wcscmp, wcscmp, win_data) 327 QFUNC(icu_strcmp, u_strcmp, icu_data) 328 QFUNC(icu_cmpcpo, u_strcmpCodePointOrder, icu_data)
|