Home
last modified time | relevance | path

Searched refs:TEST_QSORT (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/test/perf/collperf/
Dcollperf.cpp714 #define TEST_QSORT(testname, func)\ in runIndexedTest() macro
716 TEST_QSORT(TestIcu_qsort_strcoll_null, icu_strcoll_null); in runIndexedTest()
717 TEST_QSORT(TestIcu_qsort_strcoll_len, icu_strcoll_len); in runIndexedTest()
718 TEST_QSORT(TestIcu_qsort_usekey, icu_cmpkey); in runIndexedTest()
719 TEST_QSORT(TestPosix_qsort_strcoll_null, posix_strcoll_null); in runIndexedTest()
720 TEST_QSORT(TestPosix_qsort_usekey, posix_cmpkey); in runIndexedTest()
722 TEST_QSORT(TestWin_qsort_CompareStringW_null, win_cmp_null); in runIndexedTest()
723 TEST_QSORT(TestWin_qsort_CompareStringW_len, win_cmp_len); in runIndexedTest()
724 TEST_QSORT(TestWin_qsort_usekey, win_cmpkey); in runIndexedTest()