Searched refs:CmdQsort (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/perf/collperf/ |
D | collperf.cpp | 270 struct CmdQsort : public UPerfFunction{ struct 357 … CmdQsort(UErrorCode & status,void *theBase, int32_t num, int32_t width, Func fn, int32_t,int32_t) in CmdQsort() function 363 ~CmdQsort(){ in ~CmdQsort() argument 395 int32_t CmdQsort::exec_count; argument 715 TEST(testname, CmdQsort, rnd_index, count, sizeof(DataIndex), CmdQsort::func,0,0) in runIndexedTest() 867 qsort(rnd_index, count, sizeof(DataIndex), CmdQsort::q_random); in prepareData() 872 qsort(data, count, sizeof(DataIndex), CmdQsort::func) in prepareData()
|