Searched refs:implReplaceWith (Results 1 - 6 of 6) sorted by relevance

/libcore/ojluni/src/main/java/java/nio/charset/
H A DCharsetDecoder.java262 * <p> This method invokes the {@link #implReplaceWith implReplaceWith}
299 implReplaceWith(this.replacement);
312 protected void implReplaceWith(String newReplacement) { method in class:CharsetDecoder
H A DCharsetEncoder.java199 * {@link #implReplaceWith(byte[])} will not be called.
284 * <p> This method invokes the {@link #implReplaceWith implReplaceWith}
322 implReplaceWith(this.replacement);
335 protected void implReplaceWith(byte[] newReplacement) { method in class:CharsetEncoder
/libcore/luni/src/main/java/java/nio/charset/
H A DCharsetDecoderICU.java78 @Override protected void implReplaceWith(String newReplacement) { method in class:CharsetDecoderICU
H A DCharsetEncoderICU.java106 @Override protected void implReplaceWith(byte[] newReplacement) { method in class:CharsetEncoderICU
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/
H A DCharsetDecoderTest.java866 super.implReplaceWith(newReplacement);
H A DCharsetEncoderTest.java1101 protected void implReplaceWith(byte[] ba) { method in class:CharsetEncoderTest.MockCharsetEncoder

Completed in 28 milliseconds