Searched refs:run_this_test (Results 1 – 3 of 3) sorted by relevance
346 UBool run_this_test; in runTestLoop() local360 run_this_test = true; in runTestLoop()362 run_this_test = (UBool) (strcmp( name, testname ) == 0); in runTestLoop()364 if (run_this_test) { in runTestLoop()
346 UBool run_this_test; in runTestLoop() local360 run_this_test = TRUE; in runTestLoop()362 run_this_test = (UBool) (strcmp( name, testname ) == 0); in runTestLoop()364 if (run_this_test) { in runTestLoop()
749 UBool run_this_test; in runTestLoop() local770 run_this_test = false; in runTestLoop()775 run_this_test = true; in runTestLoop()777 run_this_test = (UBool) (strcmp( name, testname ) == 0); in runTestLoop()780 if (run_this_test) { in runTestLoop()