Home
last modified time | relevance | path

Searched refs:REPEAT_TESTS (Results 1 – 3 of 3) sorted by relevance

/external/icu4c/test/cintltst/
Dcintltst.c168 while (REPEAT_TESTS > 0) { /* Loop runs once per complete execution of the tests in main()
272 if (--REPEAT_TESTS > 0) { in main()
273 printf("Repeating tests %d more time(s)\n", REPEAT_TESTS); in main()
/external/icu4c/tools/ctestfw/unicode/
Dctest.h30 extern T_CTEST_EXPORT_API int REPEAT_TESTS;
/external/icu4c/tools/ctestfw/
Dctest.c84 int REPEAT_TESTS = 1; /* Number of times to run the test */ variable
593 REPEAT_TESTS++; in processArgs()