Searched refs:runTestLoop (Results 1 – 4 of 4) sorted by relevance
/external/icu4c/tools/ctestfw/ |
D | uperf.cpp | 299 rval = runTestLoop( NULL, NULL ); in runTest() 306 rval = runTestLoop( name, par ); in runTest() 337 UBool UPerfTest::runTestLoop( char* testname, char* par ) in runTestLoop() function in UPerfTest
|
/external/icu4c/tools/ctestfw/unicode/ |
D | uperf.h | 142 virtual UBool runTestLoop( char* testname, char* par );
|
/external/icu4c/test/intltest/ |
D | intltest.h | 213 virtual UBool runTestLoop( char* testname, char* par, char *baseName );
|
D | intltest.cpp | 629 rval = runTestLoop( NULL, par, baseName ); in runTest() 636 rval = runTestLoop( name, par, baseName ); in runTest() 663 UBool IntlTest::runTestLoop( char* testname, char* par, char *baseName ) in runTestLoop() function in IntlTest
|