- call(CharsetDecoderICU, Object, ByteBuffer, CharBuffer, IntBuffer, char[], int, CoderResult) - Method in interface com.ibm.icu.charset.CharsetCallback.Decoder
-
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.
- call(CharsetEncoderICU, Object, CharBuffer, ByteBuffer, IntBuffer, char[], int, int, CoderResult) - Method in interface com.ibm.icu.charset.CharsetCallback.Encoder
-
This function is called when the Unicode characters in the source cannot be handled,
and this function is meant to handle or fix the error if possible.
- CharsetCallback - Class in com.ibm.icu.charset
-
Callback API for CharsetICU API
CharsetCallback class defines some error behaviour functions called
by CharsetDecoderICU and CharsetEncoderICU.
- CharsetCallback.Decoder - Interface in com.ibm.icu.charset
-
Decoder Callback interface
- CharsetCallback.Encoder - Interface in com.ibm.icu.charset
-
Encoder Callback interface
- CharsetDecoderICU - Class in com.ibm.icu.charset
-
An abstract class that provides framework methods of decoding operations for concrete
subclasses.
- CharsetEncoderICU - Class in com.ibm.icu.charset
-
An abstract class that provides framework methods of decoding operations for concrete
subclasses.
- charsetForName(String) - Method in class com.ibm.icu.charset.CharsetProviderICU
-
Constructs a Charset for the given charset name.
- charsetForName(String, String) - Method in class com.ibm.icu.charset.CharsetProviderICU
-
Constructs a charset for the given ICU conversion table from the specified class path.
- charsetForName(String, String, ClassLoader) - Method in class com.ibm.icu.charset.CharsetProviderICU
-
Constructs a charset for the given ICU conversion table from the specified class path.
- CharsetICU - Class in com.ibm.icu.charset
-
A subclass of java.nio.Charset for providing implementation of ICU's charset converters.
- CharsetICU(String, String, String[]) - Constructor for class com.ibm.icu.charset.CharsetICU
-
- CharsetProviderICU - Class in com.ibm.icu.charset
-
A concrete subclass of CharsetProvider for loading and providing charset converters
in ICU.
- CharsetProviderICU() - Constructor for class com.ibm.icu.charset.CharsetProviderICU
-
Default constructor
- charsets() - Method in class com.ibm.icu.charset.CharsetProviderICU
-
Returns an iterator for the available ICU Charsets.
- CharsetSelector - Class in com.ibm.icu.charset
-
Charset Selector
A charset selector is built with a list of charset names and given an input
CharSequence returns the list of names the corresponding charsets which can
convert the CharSequence.
- CharsetSelector(List<String>, UnicodeSet, int) - Constructor for class com.ibm.icu.charset.CharsetSelector
-
Construct a CharsetSelector from a list of charset names.
- com.ibm.icu.charset - package com.ibm.icu.charset
-
- contains(Charset) - Method in class com.ibm.icu.charset.CharsetICU
-
Ascertains if a charset is a sub set of this charset
Implements the abstract method of super class.