Searched refs:run_this_test (Results 1 – 2 of 2) sorted by relevance
341 UBool run_this_test; in runTestLoop() local355 run_this_test = TRUE; in runTestLoop()357 run_this_test = (UBool) (strcmp( name, testname ) == 0); in runTestLoop()359 if (run_this_test) { in runTestLoop()
667 UBool run_this_test; in runTestLoop() local688 run_this_test = FALSE; in runTestLoop()693 run_this_test = TRUE; in runTestLoop()695 run_this_test = (UBool) (strcmp( name, testname ) == 0); in runTestLoop()698 if (run_this_test) { in runTestLoop()