Home
last modified time | relevance | path

Searched defs:newEncoder (Results 1 – 8 of 8) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/
DASCIICharsetEncoderTest.java152 CharsetEncoder newEncoder = cs.newEncoder(); in testInternalState_Reset() local
185 CharsetEncoder newEncoder = cs.newEncoder(); in testInternalState_Encoding() local
242 CharsetEncoder newEncoder = cs.newEncoder(); in testInternalState_Encoding_END() local
297 CharsetEncoder newEncoder = cs.newEncoder(); in testInternalState_Flushed() local
362 CharsetEncoder newEncoder = cs.newEncoder(); in testInternalState_Encode() local
409 CharsetEncoder newEncoder = cs.newEncoder(); in testInternalState_from_Encode() local
DCharsetEncoder2Test.java135 public CharsetEncoder newEncoder() { in newEncoder() method in CharsetEncoder2Test.MockMalfunctionCharset
DCharsetDecoder2Test.java145 public CharsetEncoder newEncoder() { in newEncoder() method in CharsetDecoder2Test.MockMalfunctionCharset
DCharsetEncoderTest.java1127 public CharsetEncoder newEncoder() { in newEncoder() method in CharsetEncoderTest.MockCharset
/libcore/ojluni/src/test/java/nio/charset/Charset/
DEmptyCharsetName.java75 public CharsetEncoder newEncoder() { in main() method
/libcore/ojluni/src/main/java/sun/util/
DPropertyResourceBundleCharset.java69 public CharsetEncoder newEncoder() { in newEncoder() method in PropertyResourceBundleCharset
/libcore/luni/src/test/java/libcore/java/nio/charset/
DCharsetEncoderTest.java179 public CharsetEncoder newEncoder() { in newEncoder() method in CharsetEncoderTest.MockCharset
/libcore/ojluni/annotations/hiddenapi/java/nio/charset/
DCharset.java118 public abstract java.nio.charset.CharsetEncoder newEncoder(); in newEncoder() method in Charset