Searched refs:errorLimit (Results 1 – 9 of 9) sorted by relevance
219 if (errorLimit == 0 || errorCount < errorLimit) { in error()222 } else if (errorCount == errorLimit) { in error()260 uint64_t currentErrorLimit = errorLimit; in error()261 errorLimit = 0; in error()263 errorLimit = currentErrorLimit; in error()
1102 private int errorLimit = 500; field in RoundTripTest.TransliterationTest1129 errorLimit = limit; in setErrorLimit()1276 + errorCount + (errorCount > errorLimit ? " (at least!)" : "") in test()1281 + errorCount + (errorCount > errorLimit ? " (at least!)" : "") in test()1654 if (++errorCount > errorLimit) {1668 if (++errorCount > errorLimit) { in logNotCanonical()1679 if (++errorCount > errorLimit) { in logFails()1686 if (++errorCount > errorLimit) { in logToRulesFails()1697 if (++errorCount > errorLimit) { in logRoundTripFailure()
1099 private int errorLimit = 500; field in RoundTripTest.TransliterationTest1126 errorLimit = limit; in setErrorLimit()1273 + errorCount + (errorCount > errorLimit ? " (at least!)" : "") in test()1278 + errorCount + (errorCount > errorLimit ? " (at least!)" : "") in test()1651 if (++errorCount > errorLimit) {1665 if (++errorCount > errorLimit) { in logNotCanonical()1676 if (++errorCount > errorLimit) { in logFails()1683 if (++errorCount > errorLimit) { in logToRulesFails()1694 if (++errorCount > errorLimit) { in logRoundTripFailure()
97 uint64_t errorLimit = 20; variable
336 int32_t errorLimit; member in RTTest414 errorLimit = 500; in RTTest()423 errorLimit = limit; in setErrorLimit()544 …parent->errln("FAIL: %s errors: %d %s", str, errorCount, (errorCount > errorLimit ? " (at least!)"… in test()
845 errorHandler().errorLimit = args::getInteger(args, OPT_error_limit, 20); in link()
338 errorHandler().errorLimit = args::getInteger(parsedArgs, OPT_error_limit, 20); in parse()
1236 errorHandler().errorLimit = n; in link()
475 errorHandler().errorLimit = args::getInteger(args, OPT_error_limit, 20); in main()