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

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

Completed in 74 milliseconds