Home
last modified time | relevance | path

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

/external/icu4c/tools/ctestfw/
Duperf.cpp341 UBool run_this_test; in runTestLoop() local
355 run_this_test = TRUE; in runTestLoop()
357 run_this_test = (UBool) (strcmp( name, testname ) == 0); in runTestLoop()
359 if (run_this_test) { in runTestLoop()
/external/icu4c/test/intltest/
Dintltest.cpp667 UBool run_this_test; in runTestLoop() local
688 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()