Searched refs:CmdIterAll (Results 1 - 1 of 1) sorted by relevance

/external/icu/icu4c/source/test/perf/collperf/
H A Dcollperf.cpp182 class CmdIterAll : public UPerfFunction { class in inherits:UPerfFunction
183 typedef void (CmdIterAll::* Func)(UErrorCode* status);
193 ~CmdIterAll(){
196 CmdIterAll(UErrorCode & status, UCollator * col, int32_t count, UChar * data, CALL call,int32_t,int32_t) function in class:CmdIterAll
207 fn = &CmdIterAll::icu_forward_all;
209 fn = &CmdIterAll::icu_backward_all;
702 TEST(testname, CmdIterAll, col, icu_data_all_len, icu_data_all, CmdIterAll::func,0,0)

Completed in 95 milliseconds