Searched refs:REPLACE (Results 1 – 19 of 19) 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()
591 encoder.onMalformedInput(CodingErrorAction.REPLACE); in testEncodeCharBuffer()652 encoder.onMalformedInput(CodingErrorAction.REPLACE); in testEncodeCharBufferException()677 encoder.onUnmappableCharacter(CodingErrorAction.REPLACE); in testEncodeCharBufferException()855 encoder.onMalformedInput(CodingErrorAction.REPLACE); in implTestEncodeCharBufferByteBufferbooleanException()884 encoder.onUnmappableCharacter(CodingErrorAction.REPLACE); in implTestEncodeCharBufferByteBufferbooleanException()
263 decoder.onMalformedInput(CodingErrorAction.REPLACE); in testDecodeByteBufferException()287 decoder.onUnmappableCharacter(CodingErrorAction.REPLACE); in testDecodeByteBufferException()429 decoder.onUnmappableCharacter(CodingErrorAction.REPLACE); in implTestDecodeCharBufferByteBufferUnmappedException()482 decoder.onMalformedInput(CodingErrorAction.REPLACE); in implTestDecodeCharBufferByteBufferMalformedException()
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()
875 .onMalformedInput(CodingErrorAction.REPLACE)876 .onUnmappableCharacter(CodingErrorAction.REPLACE)911 .onMalformedInput(CodingErrorAction.REPLACE)912 .onUnmappableCharacter(CodingErrorAction.REPLACE)
63 public static final CodingErrorAction REPLACE field in CodingErrorAction
650 if (action == CodingErrorAction.REPLACE) { in decode()657 || (action == CodingErrorAction.REPLACE)) { in decode()
650 if (action == CodingErrorAction.REPLACE) { in encode()657 || (action == CodingErrorAction.REPLACE)) { in encode()
95 * the returned {@link CoderResult} object, or {@linkplain CodingErrorAction#REPLACE650 if (action == CodingErrorAction.REPLACE) {657 || (action == CodingErrorAction.REPLACE)) {
189 .onMalformedInput(CodingErrorAction.REPLACE) in StreamEncoder()190 .onUnmappableCharacter(CodingErrorAction.REPLACE)); in StreamEncoder()
236 .onMalformedInput(CodingErrorAction.REPLACE) in StreamDecoder()237 .onUnmappableCharacter(CodingErrorAction.REPLACE)); in StreamDecoder()
320 decoder.onMalformedInput(CodingErrorAction.REPLACE); in test_69599767()458 .onMalformedInput(CodingErrorAction.REPLACE); in assertFastPathUtf8DecodedEquals()
399 decoder3.onMalformedInput(CodingErrorAction.REPLACE); in test_read_1()
2830 .onMalformedInput(CodingErrorAction.REPLACE) in decode()2831 .onUnmappableCharacter(CodingErrorAction.REPLACE); in decode()
7327 field public static final java.nio.charset.CodingErrorAction REPLACE;