Searched refs:CmdIter (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/perf/collperf/ |
D | collperf.cpp | 133 class CmdIter : public UPerfFunction { class 134 typedef void (CmdIter::* Func)(UErrorCode* , int32_t ); 141 …CmdIter(UErrorCode & status, UCollator * col, int32_t count, CA_uchar *data, Func fn, int32_t,int3… in CmdIter() function in CmdIter 148 ~CmdIter(){ in ~CmdIter() 695 TEST(testname, CmdIter, col, count, icu_data, &CmdIter::func,0,0) in runIndexedTest()
|