Home
last modified time | relevance | path

Searched refs:getKnownLength (Results 1 – 6 of 6) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/util/
DDictionary.java430 + text.subSequence(0, text.getKnownLength()) in toString()
431 + (text.hasCharAt(text.getKnownLength()) ? "..." : "") + "\"}"; in toString()
558 public int getKnownLength() { in getKnownLength() method in Dictionary.DictionaryCharList
DCharSource.java106 public int getKnownLength(); in getKnownLength() method
DCharUtilities.java38 public int getKnownLength() { in getKnownLength() method in CharUtilities.CharSourceWrapper
DTestStateDictionaryBuilder.java194 … + "]]" + showBoth(charListText, matcher.getMatchEnd(), charListText.getKnownLength()) in tryFind()
/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
DMessageFramer.java136 messageLength = getKnownLength(message); in writePayload()
202 private int getKnownLength(InputStream inputStream) throws IOException { in getKnownLength() method in MessageFramer
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestCollationStringByteConverter.java152 System.out.println("Length: " + gcs.getKnownLength()); in checkBasic()
386 + x.sourceSubSequence(0, x.getKnownLength())); in check()