Searched refs:QFUNC (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/perf/collperf/ |
D | collperf.cpp | 330 #define QFUNC(name, func, data) \ macro 336 QFUNC(posix_strcoll_null, strcoll, posix_data) 337 QFUNC(posix_cmpkey, strcmp, posix_key) 339 QFUNC(win_cmpkey, strcmp, win_key) 340 QFUNC(win_wcscmp, wcscmp, win_data) 342 QFUNC(icu_strcmp, u_strcmp, icu_data) 343 QFUNC(icu_cmpcpo, u_strcmpCodePointOrder, icu_data)
|