Searched refs:replaceWith (Results 1 – 11 of 11) sorted by relevance
234 replaceWith(replacement); in CharsetEncoder()316 public final CharsetEncoder replaceWith(byte[] newReplacement) { in replaceWith() method in CharsetEncoder
107 * its value may be changed via the {@link #replaceWith($replFQType$)108 * replaceWith} method.200 * is ("trusted"). If it is trusted, {@link #replaceWith(byte[])} and225 // ## Android-changed: Remove unnecessary replaceWith() for performance reason.226 // ## replaceWith(replacement);229 // replaceWith(replacement);231 // BEGIN Android-changed: Avoid calling replaceWith() for trusted subclasses.232 // replaceWith(replacement);234 replaceWith(replacement);236 // END Android-changed: Avoid calling replaceWith() for trusted subclasses.[all …]
316 public final CharsetDecoder replaceWith(String newReplacement) { in replaceWith() method in CharsetDecoder
592 encoder = encoder.replaceWith(new byte[] { (byte) 0xef, (byte) 0xbf, in testEncodeCharBuffer()985 encoder.replaceWith(null); in testReplacement()990 encoder.replaceWith(new byte[0]); in testReplacement()995 encoder.replaceWith(new byte[100]); in testReplacement()1001 assertSame(encoder, encoder.replaceWith(nr)); in testReplacement()1006 encoder.replaceWith(new byte[100]); in testReplacement()
182 decoder.replaceWith(null); in testReplaceWith()187 decoder.replaceWith(""); in testReplaceWith()192 decoder.replaceWith("testReplaceWith"); in testReplaceWith()197 decoder.replaceWith("a"); in testReplaceWith()
187 decoder.replaceWith(replaceString); in testDecodeLjava_nio_ByteBuffer_ReplaceOverflow()
51 public final java.nio.charset.CharsetEncoder replaceWith(byte[] newReplacement) { throw new Runtime… in replaceWith() method in CharsetEncoder
66 public final java.nio.charset.CharsetEncoder replaceWith(byte[] newReplacement) { in replaceWith() method in CharsetEncoder
32 d.replaceWith("x"); in test_replaceWith()
36 e.replaceWith("=".getBytes("US-ASCII")); in test_replaceWith()
7133 method public final java.nio.charset.CharsetDecoder replaceWith(String);7160 method public final java.nio.charset.CharsetEncoder replaceWith(byte[]);