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 341 UBool run_this_test; local
355 run_this_test = TRUE;
357 run_this_test = (UBool) (strcmp( name, testname ) == 0);
359 if (run_this_test) {
  /external/icu4c/test/intltest/
intltest.cpp 667 UBool run_this_test; local
688 run_this_test = FALSE;
693 run_this_test = TRUE;
695 run_this_test = (UBool) (strcmp( name, testname ) == 0);
698 if (run_this_test) {
    [all...]

Completed in 30 milliseconds