• Home
  • Raw
  • Download

Lines Matching refs:repetitions

475     int32_t repetitions;  in TestfgetsBuffers()  local
493 for (repetitions = 0; repetitions < 16; repetitions++) { in TestfgetsBuffers()
512 if (readSize != expectedSize*repetitions) { in TestfgetsBuffers()
513 …_err("Buffer is the wrong size. Got %d Expected %d\n", u_strlen(buffer), expectedSize*repetitions); in TestfgetsBuffers()
515 if (buffer[(expectedSize*repetitions) + 1] != 0xBEEF) { in TestfgetsBuffers()
535 for (repetitions = 0; repetitions < 16; repetitions++) { in TestfgetsBuffers()
557 if (readSize != expectedSize*repetitions) { in TestfgetsBuffers()
558 …_err("Buffer is the wrong size. Got %d Expected %d\n", u_strlen(buffer), expectedSize*repetitions); in TestfgetsBuffers()
560 if (buffer[(expectedSize*repetitions) + 1] != 0xBEEF) { in TestfgetsBuffers()
577 for (repetitions = 0; repetitions < 1; repetitions++) { in TestfgetsBuffers()
607 int32_t repetitions; in TestFileReadBuffering() local
610 for (repetitions = 0; repetitions < 2; repetitions++) { in TestFileReadBuffering()
632 int32_t repetitions; in TestfgetsLineCount() local
641 for (repetitions = 0; repetitions < 16; repetitions++) { in TestfgetsLineCount()
643 for (nlRepetitions = 0; nlRepetitions < repetitions; nlRepetitions++) { in TestfgetsLineCount()
764 int32_t repetitions; in TestLineCount() local
774 for (repetitions = 0; repetitions < numRepititions; repetitions++) { in TestLineCount()
794 for (repetitions = 0; ; repetitions++) { in TestLineCount()
803 log_err("buffers are different at count %d\n", 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()
828 int32_t repetitions; in TestFgetsLineBuffering() local
839 for (repetitions = 0; repetitions < (UPRV_LENGTHOF(buffer)*2); repetitions++) { in TestFgetsLineBuffering()
840 fwrite(repetitions ? "1" : "2", 1, 1, stdFile); in TestFgetsLineBuffering()