Searched refs:IGNORE (Results 1 – 11 of 11) 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()
95 assertSame(encoder, encoder.onMalformedInput(CodingErrorAction.IGNORE)); in testDefaultValue()96 assertSame(encoder, encoder.onUnmappableCharacter(CodingErrorAction.IGNORE)); in testDefaultValue()119 assertSame(encoder, encoder.onMalformedInput(CodingErrorAction.IGNORE)); in testCharsetEncoderCharsetfloatfloat()121 .onUnmappableCharacter(CodingErrorAction.IGNORE)); in testCharsetEncoderCharsetfloatfloat()646 encoder.onMalformedInput(CodingErrorAction.IGNORE); in testEncodeCharBufferException()671 encoder.onUnmappableCharacter(CodingErrorAction.IGNORE); in testEncodeCharBufferException()847 encoder.onMalformedInput(CodingErrorAction.IGNORE); in implTestEncodeCharBufferByteBufferbooleanException()876 encoder.onUnmappableCharacter(CodingErrorAction.IGNORE); in implTestEncodeCharBufferByteBufferbooleanException()966 encoder.onMalformedInput(CodingErrorAction.IGNORE); in testOnMalformedInput()967 assertSame(CodingErrorAction.IGNORE, encoder.malformedInputAction()); in testOnMalformedInput()[all …]
157 decoder.onMalformedInput(CodingErrorAction.IGNORE); in testOnMalformedInput()158 assertSame(CodingErrorAction.IGNORE, decoder.malformedInputAction()); in testOnMalformedInput()172 decoder.onUnmappableCharacter(CodingErrorAction.IGNORE); in testOnUnmappableCharacter()173 assertSame(CodingErrorAction.IGNORE, decoder in testOnUnmappableCharacter()257 decoder.onMalformedInput(CodingErrorAction.IGNORE); in testDecodeByteBufferException()281 decoder.onUnmappableCharacter(CodingErrorAction.IGNORE); in testDecodeByteBufferException()422 decoder.onUnmappableCharacter(CodingErrorAction.IGNORE); in implTestDecodeCharBufferByteBufferUnmappedException()475 decoder.onMalformedInput(CodingErrorAction.IGNORE); in implTestDecodeCharBufferByteBufferMalformedException()
55 public static final CodingErrorAction IGNORE field in CodingErrorAction
656 if ((action == CodingErrorAction.IGNORE) in decode()
656 if ((action == CodingErrorAction.IGNORE) in encode()
93 * CodingErrorAction#IGNORE ignore} the erroneous input, {@linkplain656 if ((action == CodingErrorAction.IGNORE)
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()
7185 field public static final java.nio.charset.CodingErrorAction IGNORE;