Home | History | Annotate | Download | only in intltest

Lines Matching defs:errorLimit

333     int32_t errorLimit;
411 errorLimit = 500;
420 errorLimit = limit;
540 parent->errln("FAIL: %s errors: %d %s", str, errorCount, (errorCount > errorLimit ? " (at least!)" : " ")); // + ", see " + logFileName);