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