Home
last modified time | relevance | path

Searched defs:getKnownLength (Results 1 – 4 of 4) sorted by relevance

/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DCharSource.java106 public int getKnownLength(); in getKnownLength() method
DCharUtilities.java44 public int getKnownLength() { in getKnownLength() method in CharUtilities.CharSourceWrapper
DDictionary.java566 public int getKnownLength() { in getKnownLength() method in Dictionary.DictionaryCharList
/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
DMessageFramer.java202 private int getKnownLength(InputStream inputStream) throws IOException { in getKnownLength() method in MessageFramer