Home
last modified time | relevance | path

Searched defs:newEncoder (Results 1 – 6 of 6) 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.java1124 public CharsetEncoder newEncoder() { in newEncoder() method in CharsetEncoderTest.MockCharset
/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