Searched refs:testToBeCalled (Results 1 – 4 of 4) sorted by relevance
506 UBool UPerfTest::callTest( UPerfTest& testToBeCalled, char* par ) in callTest() argument509 testToBeCalled.setCaller( this ); in callTest()510 return testToBeCalled.runTest( path, par ); in callTest()
144 virtual UBool callTest( UPerfTest& testToBeCalled, char* par );
179 virtual UBool callTest( IntlTest& testToBeCalled, char* par );
527 UBool IntlTest::callTest( IntlTest& testToBeCalled, char* par ) in callTest() argument530 testToBeCalled.setCaller( this ); in callTest()531 return testToBeCalled.runTest( testPath, par ); in callTest()