Home
last modified time | relevance | path

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

/external/apache-harmony/nio_char/src/test/java/tests/api/java/nio/charset/
DCharsetDecoderTest.java404 boolean endOfInput) throws CharacterCodingException, in implTestDecodeCharBufferByteBufferUnmappedException()
458 boolean endOfInput) throws CharacterCodingException, in implTestDecodeCharBufferByteBufferMalformedException()
510 boolean endOfInput) throws CharacterCodingException, in implTestDecodeCharBufferByteBufferException()
DCharsetEncoderTest.java819 boolean endOfInput) throws CharacterCodingException { in implTestEncodeCharBufferByteBufferbooleanException()
888 private void assertCodingErrorAction(boolean endOfInput, ByteBuffer out, in assertCodingErrorAction()
/external/libxml2/
DxmlIO.c3228 endOfInput (void * context ATTRIBUTE_UNUSED, in endOfInput() function