Home | History | Annotate | Download | only in ctestfw

Lines Matching refs:UBool

262 UBool UPerfTest::run(){
267 UBool res=FALSE;
291 UBool UPerfTest::runTest(char* name, char* par ){
292 UBool rval;
327 UPerfFunction* UPerfTest::runIndexedTest( int32_t /*index*/, UBool /*exec*/, const char* & /*name*/, char* /*par*/ )
342 UBool UPerfTest::runTestLoop( char* testname, char* par )
346 UBool run_this_test;
347 UBool rval = FALSE;
362 run_this_test = (UBool) (strcmp( name, testname ) == 0);
487 UBool save_verbose = verbose;
515 UBool UPerfTest::callTest( UPerfTest& testToBeCalled, char* par )