HomeSort by relevance Sort by last modified time
    Searched defs:UPerfFunction (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/icu/source/tools/ctestfw/unicode/
uperf.h 65 class T_CTEST_EXPORT_API UPerfFunction {
70 virtual ~UPerfFunction();
140 virtual UPerfFunction* runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL ); // overide !
  /external/icu/icu4c/source/tools/ctestfw/unicode/
uperf.h 49 // Copied from intltest.h, and adjusted to not logln() but return a UPerfFunction.
84 class T_CTEST_EXPORT_API UPerfFunction {
89 virtual ~UPerfFunction();
159 virtual UPerfFunction* runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL ); // overide !
  /external/chromium_org/third_party/icu/source/tools/ctestfw/
uperf.cpp 19 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 );
  /external/icu/icu4c/source/tools/ctestfw/
uperf.cpp 19 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 608 milliseconds