HomeSort by relevance Sort by last modified time
    Searched refs:runTestLoop (Results 1 - 4 of 4) sorted by null

  /external/icu4c/tools/ctestfw/unicode/
uperf.h 142 virtual UBool runTestLoop( char* testname, char* par );
  /external/icu4c/tools/ctestfw/
uperf.cpp 293 rval = runTestLoop( NULL, NULL );
300 rval = runTestLoop( name, par );
331 UBool UPerfTest::runTestLoop( char* testname, char* par )
  /external/icu4c/test/intltest/
intltest.h 213 virtual UBool runTestLoop( char* testname, char* par, char *baseName );
intltest.cpp 629 rval = runTestLoop( NULL, par, baseName );
636 rval = runTestLoop( name, par, baseName );
663 UBool IntlTest::runTestLoop( char* testname, char* par, char *baseName )
    [all...]

Completed in 48 milliseconds