Home
last modified time | relevance | path

Searched refs:run_this_test (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/tools/ctestfw/
Duperf.cpp344 UBool run_this_test; in runTestLoop() local
358 run_this_test = TRUE; in runTestLoop()
360 run_this_test = (UBool) (strcmp( name, testname ) == 0); in runTestLoop()
362 if (run_this_test) { in runTestLoop()
/external/icu/icu4c/source/test/intltest/
Dintltest.cpp707 UBool run_this_test; in runTestLoop() local
728 run_this_test = FALSE; in runTestLoop()
733 run_this_test = TRUE; in runTestLoop()
735 run_this_test = (UBool) (strcmp( name, testname ) == 0); in runTestLoop()
738 if (run_this_test) { in runTestLoop()