Searched refs:onUnmappableCharacter (Results 1 – 10 of 10) sorted by relevance
57 private CharsetCallback.Decoder onUnmappableCharacter = CharsetCallback.TO_U_CALLBACK_STOP; field in CharsetDecoderICU64 return onUnmappableCharacter.call(decoder, context, source, target, offsets, buffer,151 super.onUnmappableCharacter(CodingErrorAction.IGNORE); in implOnUnmappableCharacter()155 onUnmappableCharacter = getCallback(newAction); in implOnUnmappableCharacter()172 onUnmappableCharacter = newCallback; in setToUCallback()
115 encoder.onUnmappableCharacter(CodingErrorAction.REPLACE); in setEncoding()118 decoder.onUnmappableCharacter(CodingErrorAction.REPLACE); in setEncoding()
111 CharsetDecoder decoder = encoding.newDecoder().onUnmappableCharacter( in init()
50 decoder.onUnmappableCharacter(CodingErrorAction.REPORT); in testLoadFromFileWithWrongEncoding()
85 newCd.onUnmappableCharacter(CodingErrorAction.REPLACE); in setCharset()
348 .onUnmappableCharacter(CodingErrorAction.REPLACE);352 .onUnmappableCharacter(CodingErrorAction.REPLACE);
269 encoder.onUnmappableCharacter(CodingErrorAction.REPLACE); in FromUnicodeCase()295 encoder.onUnmappableCharacter(cc.cbErrorAction); in FromUnicodeCase()574 decoder.onUnmappableCharacter(CodingErrorAction.REPLACE); in ToUnicodeCase()596 decoder.onUnmappableCharacter(cc.cbErrorAction); in ToUnicodeCase()
823 encoder.onUnmappableCharacter(CodingErrorAction.IGNORE); in TestSurrogateBehavior()838 encoder.onUnmappableCharacter(CodingErrorAction.REPORT); in TestSurrogateBehavior()2426 encoderICU.onUnmappableCharacter(CodingErrorAction.REPLACE); in TestMBCS()2539 decoder.onUnmappableCharacter(CodingErrorAction.REPORT); in execDecoder()2556 encoder.onUnmappableCharacter(CodingErrorAction.REPORT); in execEncoder()2588 decoder.onUnmappableCharacter(CodingErrorAction.REPORT); in execMalformed()2620 decoder.onUnmappableCharacter(CodingErrorAction.REPORT); in execConvertAll()2883 decoder.onUnmappableCharacter(CodingErrorAction.REPLACE); in TestCharsetUTF7()2886 decoder.onUnmappableCharacter(savedUMap); in TestCharsetUTF7()5856 encoder.onUnmappableCharacter(CodingErrorAction.REPLACE); in TestDefaultIgnorableCallback()
46 encoder.onUnmappableCharacter(CodingErrorAction.REPORT); in setup()
66 encoder.onUnmappableCharacter(CodingErrorAction.REPLACE);