Searched refs:getKnownLength (Results 1 – 6 of 6) sorted by relevance
430 + text.subSequence(0, text.getKnownLength()) in toString()431 + (text.hasCharAt(text.getKnownLength()) ? "..." : "") + "\"}"; in toString()558 public int getKnownLength() { in getKnownLength() method in Dictionary.DictionaryCharList
106 public int getKnownLength(); in getKnownLength() method
38 public int getKnownLength() { in getKnownLength() method in CharUtilities.CharSourceWrapper
194 … + "]]" + showBoth(charListText, matcher.getMatchEnd(), charListText.getKnownLength()) in tryFind()
136 messageLength = getKnownLength(message); in writePayload()202 private int getKnownLength(InputStream inputStream) throws IOException { in getKnownLength() method in MessageFramer
152 System.out.println("Length: " + gcs.getKnownLength()); in checkBasic()386 + x.sourceSubSequence(0, x.getKnownLength())); in check()