Home
last modified time | relevance | path

Searched defs:newReplacement (Results 1 – 6 of 6) sorted by relevance

/libcore/ojluni/annotations/hiddenapi/java/nio/charset/
DCharsetEncoder.java66 public final java.nio.charset.CharsetEncoder replaceWith(byte[] newReplacement) { in replaceWith()
70 protected void implReplaceWith(byte[] newReplacement) { in implReplaceWith()
/libcore/ojluni/src/main/java/java/nio/charset/
DCharsetDecoder.java289 public final CharsetDecoder replaceWith(String newReplacement) { in replaceWith()
318 protected void implReplaceWith(String newReplacement) { in implReplaceWith()
DCharsetEncoder.java306 public final CharsetEncoder replaceWith(byte[] newReplacement) { in replaceWith()
335 protected void implReplaceWith(byte[] newReplacement) { in implReplaceWith()
/libcore/luni/src/main/java/java/nio/charset/
DCharsetDecoderICU.java78 @Override protected void implReplaceWith(String newReplacement) { in implReplaceWith()
DCharsetEncoderICU.java106 @Override protected void implReplaceWith(byte[] newReplacement) { in implReplaceWith()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/
DCharsetDecoderTest.java865 public void pubImplReplaceWith(String newReplacement) { in pubImplReplaceWith()