Searched refs:testToBeCalled (Results 1 - 4 of 4) sorted by relevance

/external/icu4c/tools/ctestfw/unicode/
H A Duperf.h144 virtual UBool callTest( UPerfTest& testToBeCalled, char* par );
/external/icu4c/tools/ctestfw/
H A Duperf.cpp510 UBool UPerfTest::callTest( UPerfTest& testToBeCalled, char* par ) argument
513 testToBeCalled.setCaller( this );
514 return testToBeCalled.runTest( path, par );
/external/icu4c/test/intltest/
H A Dintltest.cpp539 UBool IntlTest::callTest( IntlTest& testToBeCalled, char* par ) argument
542 testToBeCalled.setCaller( this );
543 strcpy(testToBeCalled.basePath, this->basePath );
544 UBool result = testToBeCalled.runTest( testPath, par, testToBeCalled.basePath );
545 strcpy(testToBeCalled.basePath, this->basePath ); // reset it.
H A Dintltest.h219 virtual UBool callTest( IntlTest& testToBeCalled, char* par );

Completed in 123 milliseconds