Package com.ibm.icu.charset
Class UConverterStaticData
java.lang.Object
com.ibm.icu.charset.UConverterStaticData
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) int
(package private) byte
(package private) byte
(package private) byte
(package private) byte
(package private) byte
(package private) String
(package private) byte
(package private) byte[]
static final int
(package private) int
(package private) byte[]
(package private) byte
(package private) byte
(package private) short
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
structSize
int structSize -
name
String name -
codepage
int codepage -
platform
byte platform -
conversionType
byte conversionType -
minBytesPerChar
byte minBytesPerChar -
maxBytesPerChar
byte maxBytesPerChar -
subChar
byte[] subChar -
subCharLen
byte subCharLen -
hasToUnicodeFallback
byte hasToUnicodeFallback -
hasFromUnicodeFallback
byte hasFromUnicodeFallback -
unicodeMask
short unicodeMask -
subChar1
byte subChar1 -
reserved
byte[] reserved -
SIZE_OF_UCONVERTER_STATIC_DATA
public static final int SIZE_OF_UCONVERTER_STATIC_DATA- See Also:
-
-
Constructor Details
-
UConverterStaticData
public UConverterStaticData()
-