Searched defs:implReplaceWith (Results 1 - 4 of 4) sorted by relevance

/libcore/luni/src/main/java/java/nio/charset/
H A DCharsetDecoderICU.java73 @Override protected void implReplaceWith(String newReplacement) { method in class:CharsetDecoderICU
H A DCharsetDecoder.java512 protected void implReplaceWith(String newReplacement) { method in class:CharsetDecoder
634 * {@link #implReplaceWith(String) implReplaceWith} method with the given
657 implReplaceWith(replacement);
H A DCharsetEncoder.java578 protected void implReplaceWith(byte[] newReplacement) { method in class:CharsetEncoder
688 * {@link #implReplaceWith(byte[]) implReplaceWith} method with the given
717 implReplaceWith(replacementBytes);
H A DCharsetEncoderICU.java101 @Override protected void implReplaceWith(byte[] newReplacement) { method in class:CharsetEncoderICU

Completed in 32 milliseconds