HomeSort by relevance Sort by last modified time
    Searched refs:QFUNC (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/test/perf/collperf/
collperf.cpp 317 #define QFUNC(name, func, data) \
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)
  /external/icu/icu4c/source/test/perf/collperf/
collperf.cpp 324 #define QFUNC(name, func, data) \
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)

Completed in 501 milliseconds