HomeSort by relevance Sort by last modified time
    Searched refs:run_this_test (Results 1 - 2 of 2) sorted by null

  /external/icu4c/tools/ctestfw/
uperf.cpp 344 UBool run_this_test; local
358 run_this_test = TRUE;
360 run_this_test = (UBool) (strcmp( name, testname ) == 0);
362 if (run_this_test) {
  /external/icu4c/test/intltest/
intltest.cpp 689 UBool run_this_test; local
710 run_this_test = FALSE;
715 run_this_test = TRUE;
717 run_this_test = (UBool) (strcmp( name, testname ) == 0);
720 if (run_this_test) {
    [all...]

Completed in 66 milliseconds