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