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