Searched refs:implFlush (Results 1 – 8 of 8) sorted by relevance
664 CoderResult cr = implFlush(out); in flush()690 protected CoderResult implFlush(CharBuffer out) { in implFlush() method in CharsetDecoder
682 CoderResult cr = implFlush(out); in flush()708 protected CoderResult implFlush(ByteBuffer out) { in implFlush() method in CharsetEncoder
141 implFlush(); in flush()294 void implFlush() throws IOException { in implFlush() method in StreamEncoder
103 @Override protected final CoderResult implFlush(CharBuffer out) { in implFlush() method in CharsetDecoderICU
132 @Override protected CoderResult implFlush(ByteBuffer out) { in implFlush() method in CharsetEncoderICU
840 protected CoderResult implFlush(CharBuffer out) { in implFlush() method in CharsetDecoderTest.MockCharsetDecoder841 CoderResult result = super.implFlush(out); in implFlush()854 return super.implFlush(out); in pubImplFlush()
1084 protected CoderResult implFlush(ByteBuffer out) { in implFlush() method in CharsetEncoderTest.MockCharsetEncoder1085 CoderResult result = super.implFlush(out); in implFlush()
186 protected CoderResult implFlush(ByteBuffer out) { in newEncoder() method in CharsetEncoderTest.MockCharset