Searched refs:REPLACE (Results 1 – 16 of 16) sorted by relevance
47 assertNotNull(CodingErrorAction.REPLACE); in testIGNORE()49 assertNotSame(CodingErrorAction.IGNORE, CodingErrorAction.REPLACE); in testIGNORE()51 assertNotSame(CodingErrorAction.REPLACE, CodingErrorAction.REPORT); in testIGNORE()59 assertTrue(CodingErrorAction.REPLACE.toString().indexOf("REPLACE") != -1); in testToString()
110 cs1.newDecoder().onMalformedInput(CodingErrorAction.REPLACE) in test_decodeLjava_nio_ByteBuffer()111 .onUnmappableCharacter(CodingErrorAction.REPLACE).decode( in test_decodeLjava_nio_ByteBuffer()186 decoder.onMalformedInput(CodingErrorAction.REPLACE); in testDecodeLjava_nio_ByteBuffer_ReplaceOverflow()
260 decoder.onMalformedInput(CodingErrorAction.REPLACE); in testDecodeByteBufferException()284 decoder.onUnmappableCharacter(CodingErrorAction.REPLACE); in testDecodeByteBufferException()427 decoder.onUnmappableCharacter(CodingErrorAction.REPLACE); in implTestDecodeCharBufferByteBufferUnmappedException()480 decoder.onMalformedInput(CodingErrorAction.REPLACE); in implTestDecodeCharBufferByteBufferMalformedException()
588 encoder.onMalformedInput(CodingErrorAction.REPLACE); in testEncodeCharBuffer()649 encoder.onMalformedInput(CodingErrorAction.REPLACE); in testEncodeCharBufferException()674 encoder.onUnmappableCharacter(CodingErrorAction.REPLACE); in testEncodeCharBufferException()852 encoder.onMalformedInput(CodingErrorAction.REPLACE); in implTestEncodeCharBufferByteBufferbooleanException()881 encoder.onUnmappableCharacter(CodingErrorAction.REPLACE); in implTestEncodeCharBufferByteBufferbooleanException()
51 decoder.onMalformedInput(CodingErrorAction.REPLACE); in dumpDecoded()67 decoder.onMalformedInput(CodingErrorAction.REPLACE); in decodeReplace()68 decoder.onUnmappableCharacter(CodingErrorAction.REPLACE); in decodeReplace()107 encoder.onUnmappableCharacter(CodingErrorAction.REPLACE); in test_Encode()
34 e.onMalformedInput(CodingErrorAction.REPLACE); in test_replaceWith()35 e.onUnmappableCharacter(CodingErrorAction.REPLACE); in test_replaceWith()100 testCharsetEncoderSplitSurrogates(CodingErrorAction.REPLACE); in testCharsetEncoderSplitSurrogates_REPLACE()
33 d.onMalformedInput(CodingErrorAction.REPLACE); in test_replaceWith()34 d.onUnmappableCharacter(CodingErrorAction.REPLACE); in test_replaceWith()
221 encoder.onUnmappableCharacter(CodingErrorAction.REPLACE); in genEncoded()
63 public static final CodingErrorAction REPLACE field in CodingErrorAction
854 .onMalformedInput(CodingErrorAction.REPLACE)855 .onUnmappableCharacter(CodingErrorAction.REPLACE)890 .onMalformedInput(CodingErrorAction.REPLACE)891 .onUnmappableCharacter(CodingErrorAction.REPLACE)
611 if (action == CodingErrorAction.REPLACE) { in decode()618 || (action == CodingErrorAction.REPLACE)) { in decode()
236 .onMalformedInput(CodingErrorAction.REPLACE) in StreamDecoder()237 .onUnmappableCharacter(CodingErrorAction.REPLACE)); in StreamDecoder()
177 .onMalformedInput(CodingErrorAction.REPLACE) in StreamEncoder()178 .onUnmappableCharacter(CodingErrorAction.REPLACE)); in StreamEncoder()
317 decoder.onMalformedInput(CodingErrorAction.REPLACE); in test_69599767()455 .onMalformedInput(CodingErrorAction.REPLACE); in assertFastPathUtf8DecodedEquals()
399 decoder3.onMalformedInput(CodingErrorAction.REPLACE); in test_read_1()
2824 .onMalformedInput(CodingErrorAction.REPLACE) in decode()2825 .onUnmappableCharacter(CodingErrorAction.REPLACE); in decode()