Home
last modified time | relevance | path

Searched defs:newDecoder (Results 1 – 7 of 7) sorted by relevance

/libcore/ojluni/src/test/java/nio/charset/Charset/
DEmptyCharsetName.java72 public CharsetDecoder newDecoder() { in main() method
/libcore/ojluni/src/main/java/sun/util/
DPropertyResourceBundleCharset.java64 public CharsetDecoder newDecoder() { in newDecoder() method in PropertyResourceBundleCharset
/libcore/luni/src/test/java/libcore/java/nio/charset/
DCharsetEncoderTest.java193 public CharsetDecoder newDecoder() { in newDecoder() method
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/
DCharsetEncoder2Test.java131 public CharsetDecoder newDecoder() { in newDecoder() method in CharsetEncoder2Test.MockMalfunctionCharset
DCharsetDecoder2Test.java141 public CharsetDecoder newDecoder() { in newDecoder() method in CharsetDecoder2Test.MockMalfunctionCharset
DCharsetEncoderTest.java1122 public CharsetDecoder newDecoder() { in newDecoder() method in CharsetEncoderTest.MockCharset
/libcore/ojluni/annotations/hiddenapi/java/nio/charset/
DCharset.java116 public abstract java.nio.charset.CharsetDecoder newDecoder(); in newDecoder() method in Charset