Searched defs:UPerfFunction (Results 1 - 2 of 2) sorted by relevance

/external/icu/icu4c/source/tools/ctestfw/unicode/
H A Duperf.h51 // Copied from intltest.h, and adjusted to not logln() but return a UPerfFunction.
86 class T_CTEST_EXPORT_API UPerfFunction { class
91 virtual ~UPerfFunction();
161 virtual UPerfFunction* runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL ); // overide !
/external/icu/icu4c/source/tools/ctestfw/
H A Duperf.cpp21 UPerfFunction::~UPerfFunction() {}
327 UPerfFunction* UPerfTest::runIndexedTest( int32_t /*index*/, UBool /*exec*/, const char* & /*name*/, char* /*par*/ )
365 UPerfFunction* testFunction = this->runIndexedTest( index, TRUE, name, par );

Completed in 174 milliseconds