Uses of Class
com.ibm.icu.charset.CharsetUTF16
-
Packages that use CharsetUTF16 Package Description com.ibm.icu.charset Enhanced charset conversion support. -
-
Uses of CharsetUTF16 in com.ibm.icu.charset
Subclasses of CharsetUTF16 in com.ibm.icu.charset Modifier and Type Class Description (package private) class
CharsetUTF16BE
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.(package private) class
CharsetUTF16LE
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.
-