Home
last modified time | relevance | path

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

/libcore/ojluni/annotations/mmodule/java/nio/charset/
DCharsetEncoder.annotated.java51 public final java.nio.charset.CharsetEncoder replaceWith(byte[] newReplacement) { throw new Runtime… in replaceWith()
53 protected void implReplaceWith(byte[] newReplacement) { throw new RuntimeException("Stub!"); } in implReplaceWith()
/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.java307 public final CharsetEncoder replaceWith(byte[] newReplacement) { in replaceWith()
336 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()