Searched defs:newEncoder (Results 1 - 6 of 6) sorted by relevance

/libcore/luni/src/main/java/java/nio/charset/
H A DCharsetICU.java26 public CharsetEncoder newEncoder() { method in class:CharsetICU
H A DCharset.java368 public abstract CharsetEncoder newEncoder(); method in class:Charset
433 * <p>Applications should generally create a {@link CharsetEncoder} using {@link #newEncoder}
442 return newEncoder()
455 * <p>Applications should generally create a {@link CharsetEncoder} using {@link #newEncoder}
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/
H A DCharsetDecoder2Test.java145 public CharsetEncoder newEncoder() { method in class:CharsetDecoder2Test.MockMalfunctionCharset
H A DCharsetEncoder2Test.java135 public CharsetEncoder newEncoder() { method in class:CharsetEncoder2Test.MockMalfunctionCharset
159 CharsetEncoder encoder = utf8.newEncoder();
H A DCharsetEncoderTest.java66 encoder = cs.newEncoder();
587 CharsetEncoder encoder = cs.newEncoder();
1124 public CharsetEncoder newEncoder() { method in class:CharsetEncoderTest.MockCharset
H A DCharsetTest.java57 CharsetEncoder enc = cs.newEncoder();
664 "abcd" + new String(c1.newEncoder().replacement(), "iso8859-1") + "efg");
697 "abcd" + new String(c1.newEncoder().replacement(), "iso8859-1") + "efg");
729 byte[] replacement = c1.newEncoder().replacement();
769 public CharsetEncoder newEncoder() { method in class:CharsetTest.MockCharset
787 public CharsetEncoder newEncoder() { method in class:CharsetTest.MockCharset2

Completed in 361 milliseconds