Home
last modified time | relevance | path

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

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