Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
DRoundTripTest.java1075 private int errorLimit = 500; field in RoundTripTest.Test
1102 errorLimit = limit; in setErrorLimit()
1247 + errorCount + (errorCount > errorLimit ? " (at least!)" : "") in test()
1252 + errorCount + (errorCount > errorLimit ? " (at least!)" : "") in test()
1624 if (++errorCount > errorLimit) {
1638 if (++errorCount > errorLimit) { in logNotCanonical()
1649 if (++errorCount > errorLimit) { in logFails()
1656 if (++errorCount > errorLimit) { in logToRulesFails()
1667 if (++errorCount > errorLimit) { in logRoundTripFailure()
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
DRoundTripTest.java1071 private int errorLimit = 500; field in RoundTripTest.Test
1098 errorLimit = limit; in setErrorLimit()
1243 + errorCount + (errorCount > errorLimit ? " (at least!)" : "") in test()
1248 + errorCount + (errorCount > errorLimit ? " (at least!)" : "") in test()
1620 if (++errorCount > errorLimit) {
1634 if (++errorCount > errorLimit) { in logNotCanonical()
1645 if (++errorCount > errorLimit) { in logFails()
1652 if (++errorCount > errorLimit) { in logToRulesFails()
1663 if (++errorCount > errorLimit) { in logRoundTripFailure()
/external/icu/icu4c/source/test/intltest/
Dtransrt.cpp333 int32_t errorLimit; member in RTTest
411 errorLimit = 500; in RTTest()
420 errorLimit = limit; in setErrorLimit()
540 …parent->errln("FAIL: %s errors: %d %s", str, errorCount, (errorCount > errorLimit ? " (at least!)"… in test()