Searched defs:newReplacement (Results 1 – 6 of 6) sorted by relevance
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()
306 public final CharsetEncoder replaceWith(byte[] newReplacement) { in replaceWith()335 protected void implReplaceWith(byte[] newReplacement) { in implReplaceWith()
78 @Override protected void implReplaceWith(String newReplacement) { in implReplaceWith()
106 @Override protected void implReplaceWith(byte[] newReplacement) { in implReplaceWith()
865 public void pubImplReplaceWith(String newReplacement) { in pubImplReplaceWith()