Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/iotest/
Dfiletst.c759 static void TestLineCount(const char *prefixLine, const char *line, int32_t numRepititions) { in TestLineCount() argument
774 for (repetitions = 0; repetitions < numRepititions; repetitions++) { in TestLineCount()
809 if (repetitions != numRepititions) { in TestLineCount()
810 log_err("got wrong number of lines. got=%d expected=%d\n", repetitions, numRepititions); in TestLineCount()