Searched defs:newEncoder (Results 1 – 6 of 6) sorted by relevance
152 CharsetEncoder newEncoder = cs.newEncoder(); in testInternalState_Reset() local185 CharsetEncoder newEncoder = cs.newEncoder(); in testInternalState_Encoding() local242 CharsetEncoder newEncoder = cs.newEncoder(); in testInternalState_Encoding_END() local297 CharsetEncoder newEncoder = cs.newEncoder(); in testInternalState_Flushed() local362 CharsetEncoder newEncoder = cs.newEncoder(); in testInternalState_Encode() local409 CharsetEncoder newEncoder = cs.newEncoder(); in testInternalState_from_Encode() local
135 public CharsetEncoder newEncoder() { in newEncoder() method in CharsetEncoder2Test.MockMalfunctionCharset
145 public CharsetEncoder newEncoder() { in newEncoder() method in CharsetDecoder2Test.MockMalfunctionCharset
1124 public CharsetEncoder newEncoder() { in newEncoder() method in CharsetEncoderTest.MockCharset
179 public CharsetEncoder newEncoder() { in newEncoder() method in CharsetEncoderTest.MockCharset
118 public abstract java.nio.charset.CharsetEncoder newEncoder(); in newEncoder() method in Charset