Home
last modified time | relevance | path

Searched refs:inputLength (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/nio/charset/
DUnmappableCharacterException.java43 private int inputLength; field in UnmappableCharacterException
45 public UnmappableCharacterException(int inputLength) { in UnmappableCharacterException() argument
46 this.inputLength = inputLength; in UnmappableCharacterException()
50 return inputLength; in getInputLength()
54 return "Input length = " + inputLength; in getMessage()
DMalformedInputException.java43 private int inputLength; field in MalformedInputException
45 public MalformedInputException(int inputLength) { in MalformedInputException() argument
46 this.inputLength = inputLength; in MalformedInputException()
50 return inputLength; in getInputLength()
54 return "Input length = " + inputLength; in getMessage()