Home
last modified time | relevance | path

Searched refs:onUnmappableCharacter (Results 1 – 24 of 24) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/
DCharsetDecoderTest.java165 decoder.onUnmappableCharacter(null); in testOnUnmappableCharacter()
169 decoder.onUnmappableCharacter(CodingErrorAction.IGNORE); in testOnUnmappableCharacter()
242 decoder.onUnmappableCharacter(CodingErrorAction.REPORT); in testDecodeByteBufferException()
267 decoder.onUnmappableCharacter(CodingErrorAction.REPORT); in testDecodeByteBufferException()
278 decoder.onUnmappableCharacter(CodingErrorAction.IGNORE); in testDecodeByteBufferException()
284 decoder.onUnmappableCharacter(CodingErrorAction.REPLACE); in testDecodeByteBufferException()
413 decoder.onUnmappableCharacter(CodingErrorAction.REPORT); in implTestDecodeCharBufferByteBufferUnmappedException()
420 decoder.onUnmappableCharacter(CodingErrorAction.IGNORE); in implTestDecodeCharBufferByteBufferUnmappedException()
427 decoder.onUnmappableCharacter(CodingErrorAction.REPLACE); in implTestDecodeCharBufferByteBufferUnmappedException()
464 decoder.onUnmappableCharacter(CodingErrorAction.REPORT); in implTestDecodeCharBufferByteBufferMalformedException()
DCharsetDecoder2Test.java93 decoder2.onUnmappableCharacter(CodingErrorAction.REPORT); in test_decode()
111 .onUnmappableCharacter(CodingErrorAction.REPLACE).decode( in test_decodeLjava_nio_ByteBuffer()
252 decoder.onUnmappableCharacter(CodingErrorAction.REPORT); in testInvalidDecoding()
DCharsetEncoderTest.java93 assertSame(encoder, encoder.onUnmappableCharacter(CodingErrorAction.IGNORE)); in testDefaultValue()
118 .onUnmappableCharacter(CodingErrorAction.IGNORE)); in testCharsetEncoderCharsetfloatfloat()
632 encoder.onUnmappableCharacter(CodingErrorAction.REPORT); in testEncodeCharBufferException()
657 encoder.onUnmappableCharacter(CodingErrorAction.REPORT); in testEncodeCharBufferException()
668 encoder.onUnmappableCharacter(CodingErrorAction.IGNORE); in testEncodeCharBufferException()
674 encoder.onUnmappableCharacter(CodingErrorAction.REPLACE); in testEncodeCharBufferException()
835 encoder.onUnmappableCharacter(CodingErrorAction.REPORT); in implTestEncodeCharBufferByteBufferbooleanException()
864 encoder.onUnmappableCharacter(CodingErrorAction.REPORT); in implTestEncodeCharBufferByteBufferbooleanException()
873 encoder.onUnmappableCharacter(CodingErrorAction.IGNORE); in implTestEncodeCharBufferByteBufferbooleanException()
881 encoder.onUnmappableCharacter(CodingErrorAction.REPLACE); in implTestEncodeCharBufferByteBufferbooleanException()
[all …]
DISOCharsetEncoderTest.java85 encoder.onUnmappableCharacter(CodingErrorAction.REPORT); in testMultiStepEncode()
DASCIICharsetEncoderTest.java78 encoder.onUnmappableCharacter(CodingErrorAction.REPORT); in testMultiStepEncode()
/libcore/ojluni/src/main/java/java/nio/charset/
DCharsetEncoder.java365 dec.onUnmappableCharacter(CodingErrorAction.REPORT); in isLegalReplacement()
443 public final CharsetEncoder onUnmappableCharacter(CodingErrorAction in onUnmappableCharacter() method in CharsetEncoder
937 onUnmappableCharacter(CodingErrorAction.REPORT); in canEncode()
943 onUnmappableCharacter(ua); in canEncode()
DCharset.java855 .onUnmappableCharacter(CodingErrorAction.REPLACE)
891 .onUnmappableCharacter(CodingErrorAction.REPLACE)
DCharsetDecoder.java425 public final CharsetDecoder onUnmappableCharacter(CodingErrorAction in onUnmappableCharacter() method in CharsetDecoder
/libcore/luni/src/test/java/libcore/java/nio/charset/
DOldCharset_AbstractTest.java116 encoder.onUnmappableCharacter(CodingErrorAction.REPORT); in test_dumpEncoded()
143 encoder.onUnmappableCharacter(CodingErrorAction.REPORT); in test_Encode()
153 encoder.onUnmappableCharacter(CodingErrorAction.REPORT); in NNtest_CodecDynamicIndividuals()
202 encoder.onUnmappableCharacter(CodingErrorAction.REPORT); in test_CodecDynamic()
DOldCharset_SingleByteAbstractTest.java68 decoder.onUnmappableCharacter(CodingErrorAction.REPLACE); in decodeReplace()
107 encoder.onUnmappableCharacter(CodingErrorAction.REPLACE); in test_Encode()
DCharsetEncoderTest.java35 e.onUnmappableCharacter(CodingErrorAction.REPLACE); in test_replaceWith()
121 e.onUnmappableCharacter(cea); in testCharsetEncoderSplitSurrogates()
DCharset_TestGenerator.java221 encoder.onUnmappableCharacter(CodingErrorAction.REPLACE); in genEncoded()
DCharsetDecoderTest.java34 d.onUnmappableCharacter(CodingErrorAction.REPLACE); in test_replaceWith()
DStandardCharsetsEncoderTest.java143 encoder.onUnmappableCharacter(CodingErrorAction.IGNORE); in dumpEncodings()
/libcore/ojluni/src/main/java/java/util/zip/
DZipCoder.java146 .onUnmappableCharacter(CodingErrorAction.REPORT); in decoder()
155 .onUnmappableCharacter(CodingErrorAction.REPORT); in encoder()
/libcore/luni/src/test/java/libcore/java/util/
DLibcoreIoDerivedBase64Test.java226 decoder.onUnmappableCharacter(CodingErrorAction.REPORT); in bytesToAscii()
245 encoder.onUnmappableCharacter(CodingErrorAction.REPORT); in asciiToBytes()
/libcore/ojluni/src/main/java/javax/net/ssl/
DSNIHostName.java173 .onUnmappableCharacter(CodingErrorAction.REPORT); in SNIHostName()
/libcore/ojluni/annotations/mmodule/java/nio/charset/
DCharsetEncoder.annotated.java65 public final java.nio.charset.CharsetEncoder onUnmappableCharacter(java.nio.charset.CodingErrorActi… in onUnmappableCharacter() method in CharsetEncoder
/libcore/ojluni/annotations/hiddenapi/java/nio/charset/
DCharsetEncoder.java95 public final java.nio.charset.CharsetEncoder onUnmappableCharacter( in onUnmappableCharacter() method in CharsetEncoder
/libcore/ojluni/src/main/java/sun/nio/cs/
DStreamDecoder.java237 .onUnmappableCharacter(CodingErrorAction.REPLACE)); in StreamDecoder()
DStreamEncoder.java178 .onUnmappableCharacter(CodingErrorAction.REPLACE)); in StreamEncoder()
/libcore/ojluni/src/main/java/sun/net/www/
DParseUtil.java183 .onUnmappableCharacter(CodingErrorAction.REPORT); in decode()
/libcore/ojluni/src/main/java/sun/nio/fs/
DUnixPath.java125 .onUnmappableCharacter(CodingErrorAction.REPORT); in encode()
/libcore/ojluni/src/main/java/java/net/
DURI.java2825 .onUnmappableCharacter(CodingErrorAction.REPLACE); in decode()