Searched refs:IGNORE (Results 1 – 8 of 8) sorted by relevance
46 assertNotNull(CodingErrorAction.IGNORE); in testIGNORE()49 assertNotSame(CodingErrorAction.IGNORE, CodingErrorAction.REPLACE); in testIGNORE()50 assertNotSame(CodingErrorAction.IGNORE, CodingErrorAction.REPORT); in testIGNORE()58 assertTrue(CodingErrorAction.IGNORE.toString().indexOf("IGNORE") != -1); in testToString()
92 assertSame(encoder, encoder.onMalformedInput(CodingErrorAction.IGNORE)); in testDefaultValue()93 assertSame(encoder, encoder.onUnmappableCharacter(CodingErrorAction.IGNORE)); in testDefaultValue()116 assertSame(encoder, encoder.onMalformedInput(CodingErrorAction.IGNORE)); in testCharsetEncoderCharsetfloatfloat()118 .onUnmappableCharacter(CodingErrorAction.IGNORE)); in testCharsetEncoderCharsetfloatfloat()643 encoder.onMalformedInput(CodingErrorAction.IGNORE); in testEncodeCharBufferException()668 encoder.onUnmappableCharacter(CodingErrorAction.IGNORE); in testEncodeCharBufferException()844 encoder.onMalformedInput(CodingErrorAction.IGNORE); in implTestEncodeCharBufferByteBufferbooleanException()873 encoder.onUnmappableCharacter(CodingErrorAction.IGNORE); in implTestEncodeCharBufferByteBufferbooleanException()963 encoder.onMalformedInput(CodingErrorAction.IGNORE); in testOnMalformedInput()964 assertSame(CodingErrorAction.IGNORE, encoder.malformedInputAction()); in testOnMalformedInput()[all …]
154 decoder.onMalformedInput(CodingErrorAction.IGNORE); in testOnMalformedInput()155 assertSame(CodingErrorAction.IGNORE, decoder.malformedInputAction()); in testOnMalformedInput()169 decoder.onUnmappableCharacter(CodingErrorAction.IGNORE); in testOnUnmappableCharacter()170 assertSame(CodingErrorAction.IGNORE, decoder in testOnUnmappableCharacter()254 decoder.onMalformedInput(CodingErrorAction.IGNORE); in testDecodeByteBufferException()278 decoder.onUnmappableCharacter(CodingErrorAction.IGNORE); in testDecodeByteBufferException()420 decoder.onUnmappableCharacter(CodingErrorAction.IGNORE); in implTestDecodeCharBufferByteBufferUnmappedException()473 decoder.onMalformedInput(CodingErrorAction.IGNORE); in implTestDecodeCharBufferByteBufferMalformedException()
55 public static final CodingErrorAction IGNORE field in CodingErrorAction
617 if ((action == CodingErrorAction.IGNORE) in decode()
142 encoder.onMalformedInput(CodingErrorAction.IGNORE); in dumpEncodings()143 encoder.onUnmappableCharacter(CodingErrorAction.IGNORE); in dumpEncodings()
92 testCharsetEncoderSplitSurrogates(CodingErrorAction.IGNORE); in testCharsetEncoderSplitSurrogates_IGNORE()
393 decoder2.onMalformedInput(CodingErrorAction.IGNORE); in test_read_1()