Searched refs:inputLength (Results 1 – 4 of 4) sorted by relevance
43 private int inputLength; field in UnmappableCharacterException50 public UnmappableCharacterException(int inputLength) { in UnmappableCharacterException() argument51 this.inputLength = inputLength; in UnmappableCharacterException()59 return inputLength; in getInputLength()67 return "Input length = " + inputLength; in getMessage()
43 private int inputLength; field in MalformedInputException50 public MalformedInputException(int inputLength) { in MalformedInputException() argument51 this.inputLength = inputLength; in MalformedInputException()59 return inputLength; in getInputLength()67 return "Input length = " + inputLength; in getMessage()
344 public int engineGetOutputSize(int inputLength) { in testCrypt_doNotCallPositionInNonArrayBackedInputBuffer()345 return inputLength; in testCrypt_doNotCallPositionInNonArrayBackedInputBuffer()415 public int engineGetOutputSize(int inputLength) { in testCrypt_outputSizeUpdatedAfterShortBufferException()416 if (inputLength == testInputLength) { in testCrypt_outputSizeUpdatedAfterShortBufferException()418 } else if (inputLength == maxInternalArrayAllocation) { in testCrypt_outputSizeUpdatedAfterShortBufferException()421 throw new IllegalStateException("Unexpected value " + inputLength); in testCrypt_outputSizeUpdatedAfterShortBufferException()
446 int inputLength = inputBuffer.remaining(); in checkDecoder_decodeByteBuffer() local450 assertEquals(inputLength, inputBuffer.position()); in checkDecoder_decodeByteBuffer()452 assertEquals(inputLength, inputBuffer.limit()); in checkDecoder_decodeByteBuffer()698 int inputLength = inputBuffer.remaining(); in testEncoder_encodeByteBuffer() local702 assertEquals(inputLength, inputBuffer.position()); in testEncoder_encodeByteBuffer()704 assertEquals(inputLength, inputBuffer.limit()); in testEncoder_encodeByteBuffer()