Searched defs:newDecoder (Results 1 – 6 of 6) sorted by relevance
| /libcore/ojluni/src/test/java/nio/charset/Charset/ | ||
| D | EmptyCharsetName.java | 72 public CharsetDecoder newDecoder() { in main() method |
| /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 | 1122 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 |