Searched refs:pairLimit (Results 1 – 3 of 3) sorted by relevance
1077 private long pairLimit = 1000000; // make default be 1M. field in RoundTripTest.Test1106 pairLimit = limit; in setPairLimit()1441 log.logln(count + "/" + pairLimit + " Checking starting with " + UTF16.valueOf(c)); in checkSourceTargetDoubles()1549 log.logln(count + "/" + pairLimit + " Checking starting with " + UTF16.valueOf(c));1557 if (++count > pairLimit) {1558 throw new TestTruncated("Test truncated at " + pairLimit);
1073 private long pairLimit = 1000000; // make default be 1M. field in RoundTripTest.Test1102 pairLimit = limit; in setPairLimit()1437 log.logln(count + "/" + pairLimit + " Checking starting with " + UTF16.valueOf(c)); in checkSourceTargetDoubles()1545 log.logln(count + "/" + pairLimit + " Checking starting with " + UTF16.valueOf(c));1553 if (++count > pairLimit) {1554 throw new TestTruncated("Test truncated at " + pairLimit);
335 int32_t pairLimit; member in RTTest413 pairLimit = 0x10000; in RTTest()424 pairLimit = limit; in setPairLimit()822 if (++count > pairLimit) { in test2()825 parent->logln((UnicodeString)"Test truncated at " + pairLimit + " x 64k pairs"); in test2()