Home
last modified time | relevance | path

Searched defs:inputLength (Results 1 – 3 of 3) sorted by relevance

/libcore/ojluni/src/main/java/java/nio/charset/
DMalformedInputException.java43 private int inputLength; field in MalformedInputException
50 public MalformedInputException(int inputLength) { in MalformedInputException()
DUnmappableCharacterException.java43 private int inputLength; field in UnmappableCharacterException
50 public UnmappableCharacterException(int inputLength) { in UnmappableCharacterException()
/libcore/luni/src/test/java/libcore/java/util/
DBase64Test.java444 int inputLength = inputBuffer.remaining(); in checkDecoder_decodeByteBuffer() local
696 int inputLength = inputBuffer.remaining(); in testEncoder_encodeByteBuffer() local