Searched refs:CmdIterAll (Results 1 – 1 of 1) sorted by relevance
/external/icu4c/test/perf/collperf/ |
D | collperf.cpp | 177 class CmdIterAll : public UPerfFunction { class 178 typedef void (CmdIterAll::* Func)(UErrorCode* status); 188 ~CmdIterAll(){ in ~CmdIterAll() 191 …CmdIterAll(UErrorCode & status, UCollator * col, int32_t count, UChar * data, CALL call,int32_t,i… in CmdIterAll() function in CmdIterAll 202 fn = &CmdIterAll::icu_forward_all; in CmdIterAll() 204 fn = &CmdIterAll::icu_backward_all; in CmdIterAll() 689 TEST(testname, CmdIterAll, col, icu_data_all_len, icu_data_all, CmdIterAll::func,0,0) in runIndexedTest()
|