Uses of Class
com.ibm.icu.charset.CharsetDecoderICU
-
Packages that use CharsetDecoderICU Package Description com.ibm.icu.charset -
-
Uses of CharsetDecoderICU in com.ibm.icu.charset
Methods in com.ibm.icu.charset with parameters of type CharsetDecoderICU Modifier and Type Method Description java.nio.charset.CoderResult
CharsetCallback.Decoder. call(CharsetDecoderICU decoder, java.lang.Object context, java.nio.ByteBuffer source, java.nio.CharBuffer target, java.nio.IntBuffer offsets, char[] buffer, int length, java.nio.charset.CoderResult cr)
This function is called when the bytes in the source cannot be handled, and this function is meant to handle or fix the error if possible.private java.nio.charset.CoderResult
CharsetISO2022. changeState_2022(CharsetDecoderICU decoder, java.nio.ByteBuffer source, int var)
private static java.nio.charset.CoderResult
CharsetISO2022. toUnicodeCallback(CharsetDecoderICU cnv, int sourceChar, int targetUniChar)
(package private) static java.nio.charset.CoderResult
CharsetDecoderICU. toUWriteUChars(CharsetDecoderICU cnv, char[] ucharsArray, int ucharsBegin, int length, java.nio.CharBuffer target, java.nio.IntBuffer offsets, int sourceIndex)
-