Package com.ibm.icu.charset
package com.ibm.icu.charset
-
ClassDescriptionCallback API for CharsetICU APIDecoder Callback interfaceEncoder Callback interfaceThe purpose of this class is to set isCESU8 to true in the super class, and to allow the Charset framework to open the variant UTF-8 converter without extra setup work.An abstract class that provides framework methods of decoding operations for concrete subclasses.An abstract class that provides framework methods of decoding operations for concrete subclasses.A subclass of java.nio.Charset for providing implementation of ICU's charset converters.MBCS data header.Fallbacks to Unicode are stored outside the normal state table and code point structures in a vector of items of this type.This is the MBCS part of the UConverterTable union (a runtime data structure).A concrete subclass of CharsetProvider for loading and providing charset converters in ICU.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.The purpose of this class is to set isBigEndian to true and isEndianSpecified to true in the super class, and to allow the Charset framework to open the variant UTF-16 converter without extra setup work.The purpose of this class is to set isBigEndian to false and isEndianSpecified to true in the super class, and to allow the Charset framework to open the variant UTF-16 converter without extra setup work.The purpose of this class is to set isBigEndian to true and isEndianSpecified to true in the super class, and to allow the Charset framework to open the variant UTF-32 converter without extra setup work.The purpose of this class is to set isBigEndian to false and isEndianSpecified to true in the super class, and to allow the Charset framework to open the variant UTF-32 converter without extra setup work.The process condition code to be used with the callbacks.ucnvmbcs.h ICU conversion (.cnv) data file structure, following the usual UDataInfo header.Defines the UConverterSharedData struct, the immutable, shared part of UConverter.Enum for specifying which platform a converter ID refers to.UConverterImpl contains all the data and functions for a converter type.Partial Java port of ICU4C unicode/utf8.h and ustr_imp.h.