Searched defs:newDecoder (Results 1 – 5 of 5) sorted by relevance
/libcore/luni/src/test/java/libcore/java/nio/charset/ | ||
D | CharsetEncoderTest.java | 193 public CharsetDecoder newDecoder() { in newDecoder() method |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/ | ||
D | CharsetEncoder2Test.java | 131 public CharsetDecoder newDecoder() { in newDecoder() method in CharsetEncoder2Test.MockMalfunctionCharset |
D | CharsetDecoder2Test.java | 141 public CharsetDecoder newDecoder() { in newDecoder() method in CharsetDecoder2Test.MockMalfunctionCharset |
D | CharsetEncoderTest.java | 1119 public CharsetDecoder newDecoder() { in newDecoder() method in CharsetEncoderTest.MockCharset |
/libcore/ojluni/annotations/hiddenapi/java/nio/charset/ | ||
D | Charset.java | 116 public abstract java.nio.charset.CharsetDecoder newDecoder(); in newDecoder() method in Charset |