Package com.ibm.icu.charset
Class UConverterStaticData
- java.lang.Object
-
- com.ibm.icu.charset.UConverterStaticData
-
final class UConverterStaticData extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) int
codepage
(package private) byte
conversionType
(package private) byte
hasFromUnicodeFallback
(package private) byte
hasToUnicodeFallback
(package private) byte
maxBytesPerChar
(package private) byte
minBytesPerChar
(package private) java.lang.String
name
(package private) byte
platform
(package private) byte[]
reserved
static int
SIZE_OF_UCONVERTER_STATIC_DATA
(package private) int
structSize
(package private) byte[]
subChar
(package private) byte
subChar1
(package private) byte
subCharLen
(package private) short
unicodeMask
-
Constructor Summary
Constructors Constructor Description UConverterStaticData()
-
-
-
Field Detail
-
structSize
int structSize
-
name
java.lang.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:
- Constant Field Values
-
-