Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/ctestfw/
Duperf.cpp515 UBool UPerfTest::callTest( UPerfTest& testToBeCalled, char* par ) in callTest() argument
518 testToBeCalled.setCaller( this ); in callTest()
519 return testToBeCalled.runTest( path, par ); in callTest()
/external/icu/icu4c/source/tools/ctestfw/unicode/
Duperf.h165 virtual UBool callTest( UPerfTest& testToBeCalled, char* par );
/external/icu/icu4c/source/test/intltest/
Dintltest.cpp547 UBool IntlTest::callTest( IntlTest& testToBeCalled, char* par, const char* basename) in callTest() argument
550 testToBeCalled.setCaller( this ); in callTest()
551 strcpy(testToBeCalled.basePath, basename); in callTest()
552 strcat(testToBeCalled.basePath, this->basePath); in callTest()
553 UBool result = testToBeCalled.runTest( testPath, par, testToBeCalled.basePath); in callTest()
554 strcpy(testToBeCalled.basePath, basename); // reset it. in callTest()
555 strcat(testToBeCalled.basePath, this->basePath); in callTest()
Dintltest.h363 virtual UBool callTest( IntlTest& testToBeCalled, char* par, const char* basename = "");