Home
last modified time | relevance | path

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

/external/icu4c/tools/ctestfw/
Duperf.cpp506 UBool UPerfTest::callTest( UPerfTest& testToBeCalled, char* par ) in callTest() argument
509 testToBeCalled.setCaller( this ); in callTest()
510 return testToBeCalled.runTest( path, par ); in callTest()
/external/icu4c/tools/ctestfw/unicode/
Duperf.h144 virtual UBool callTest( UPerfTest& testToBeCalled, char* par );
/external/icu4c/test/intltest/
Dintltest.h179 virtual UBool callTest( IntlTest& testToBeCalled, char* par );
Dintltest.cpp527 UBool IntlTest::callTest( IntlTest& testToBeCalled, char* par ) in callTest() argument
530 testToBeCalled.setCaller( this ); in callTest()
531 return testToBeCalled.runTest( testPath, par ); in callTest()