Home | History | Annotate | Download | only in ctestfw

Lines Matching refs:UPerfTest

25 UPerfTest* UPerfTest::gTest = NULL;
27 const char UPerfTest::gUsageString[] =
83 UPerfTest::UPerfTest(int32_t argc, const char* argv[], UErrorCode& status)
96 UPerfTest::UPerfTest(int32_t argc, const char* argv[],
112 void UPerfTest::init(UOption addOptions[], int32_t addOptionsCount,
211 ULine* UPerfTest::getLines(UErrorCode& status){
251 const UChar* UPerfTest::getBuffer(int32_t& len, UErrorCode& status){
262 UBool UPerfTest::run(){
291 UBool UPerfTest::runTest(char* name, char* par ){
321 void UPerfTest::setPath( char* pathVal )
327 UPerfFunction* UPerfTest::runIndexedTest( int32_t /*index*/, UBool /*exec*/, const char* & /*name*/, char* /*par*/ )
342 UBool UPerfTest::runTestLoop( char* testname, char* par )
349 UPerfTest* saveTest = gTest;
480 void UPerfTest::usage( void )
507 void UPerfTest::setCaller( UPerfTest* callingTest )
515 UBool UPerfTest::callTest( UPerfTest& testToBeCalled, char* par )
522 UPerfTest::~UPerfTest(){