Searched defs:newReplacement (Results 1 – 5 of 5) sorted by relevance
51 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()
66 public final java.nio.charset.CharsetEncoder replaceWith(byte[] newReplacement) { in replaceWith()70 protected void implReplaceWith(byte[] newReplacement) { in implReplaceWith()
289 public final CharsetDecoder replaceWith(String newReplacement) { in replaceWith()318 protected void implReplaceWith(String newReplacement) { in implReplaceWith()
307 public final CharsetEncoder replaceWith(byte[] newReplacement) { in replaceWith()336 protected void implReplaceWith(byte[] newReplacement) { in implReplaceWith()
865 public void pubImplReplaceWith(String newReplacement) { in pubImplReplaceWith()