Searched refs:implReplaceWith (Results 1 – 6 of 6) sorted by relevance
305 implReplaceWith(this.replacement); in replaceWith()318 protected void implReplaceWith(String newReplacement) { in implReplaceWith() method in CharsetDecoder
323 implReplaceWith(this.replacement); in replaceWith()336 protected void implReplaceWith(byte[] newReplacement) { in implReplaceWith() method in CharsetEncoder
53 protected void implReplaceWith(byte[] newReplacement) { throw new RuntimeException("Stub!"); } in implReplaceWith() method in CharsetEncoder
70 protected void implReplaceWith(byte[] newReplacement) { in implReplaceWith() method in CharsetEncoder
866 super.implReplaceWith(newReplacement); in pubImplReplaceWith()
1101 protected void implReplaceWith(byte[] ba) { in implReplaceWith() method in CharsetEncoderTest.MockCharsetEncoder