Home | History | Annotate | Download | only in charset

Lines Matching defs:replaceWith

589         encoder = encoder.replaceWith(new byte[] { (byte) 0xef, (byte) 0xbf,
982 encoder.replaceWith(null);
987 encoder.replaceWith(new byte[0]);
992 encoder.replaceWith(new byte[100]);
998 assertSame(encoder, encoder.replaceWith(nr));
1003 encoder.replaceWith(new byte[100]);