Searched defs:CmdQsort (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/test/perf/collperf/
H A Dcollperf.cpp259 struct CmdQsort : public UPerfFunction{ struct in inherits:UPerfFunction
342 CmdQsort(UErrorCode & status,void *theBase, int32_t num, int32_t width, Func fn, int32_t,int32_t) function in struct:CmdQsort
348 ~CmdQsort(){
380 int32_t CmdQsort::exec_count;
696 TEST(testname, CmdQsort, rnd_index, count, sizeof(DataIndex), CmdQsort::func,0,0)
841 qsort(rnd_index, count, sizeof(DataIndex), CmdQsort::q_random);
846 qsort(data, count, sizeof(DataIndex), CmdQsort::func)

Completed in 68 milliseconds