Searched refs:maxLength (Results 1 – 5 of 5) sorted by relevance
148 int maxLength = 0; in testMergedOutputSizeIsBounded() local154 maxLength = Math.max(maxLength, merged.getLength()); in testMergedOutputSizeIsBounded()158 assertTrue(maxLength + " < " + maxExpectedLength, maxLength < maxExpectedLength); in testMergedOutputSizeIsBounded()
318 int maxLength = size - cursor; in read() local319 if (length > maxLength) { in read()320 length = maxLength; in read()
319 int maxLength = size - cursor; in read() local320 if (length > maxLength) { in read()321 length = maxLength; in read()
316 public String toQuoted(int maxLength) { in toQuoted() argument321 if (length <= (maxLength - 2)) { in toQuoted()324 string = string.substring(0, maxLength - 5); in toQuoted()
317 public String toQuoted(int maxLength) { in toQuoted() argument322 if (length <= (maxLength - 2)) { in toQuoted()325 string = string.substring(0, maxLength - 5); in toQuoted()