Package com.ibm.icu.charset
Class CharsetMBCS.UConverterMBCSTable
java.lang.Object
com.ibm.icu.charset.CharsetMBCS.UConverterMBCSTable
- Enclosing class:
- CharsetMBCS
This is the MBCS part of the UConverterTable union (a runtime data structure). It keeps all the per-converter
data and points into the loaded mapping tables.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) int
(package private) UConverterSharedData
(package private) short
(package private) int
(package private) byte
(package private) ByteBuffer
(package private) int
(package private) byte[]
(package private) char[]
(package private) int[]
(package private) char[]
(package private) int[]
(package private) char
(package private) CharBuffer
(package private) short
(package private) int[][]
(package private) boolean
(package private) char[]
(package private) String
(package private) int[][]
(package private) CharsetMBCS.MBCSToUFallback[]
(package private) char[]
(package private) short
(package private) boolean
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
countStates
short countStates -
dbcsOnlyState
byte dbcsOnlyState -
stateTableOwned
boolean stateTableOwned -
countToUFallbacks
int countToUFallbacks -
stateTable
int[][] stateTable -
swapLFNLStateTable
int[][] swapLFNLStateTable -
unicodeCodeUnits
char[] unicodeCodeUnits -
toUFallbacks
CharsetMBCS.MBCSToUFallback[] toUFallbacks -
fromUnicodeTable
char[] fromUnicodeTable -
fromUnicodeTableInts
int[] fromUnicodeTableInts -
fromUnicodeBytes
byte[] fromUnicodeBytes -
fromUnicodeChars
char[] fromUnicodeChars -
fromUnicodeInts
int[] fromUnicodeInts -
swapLFNLFromUnicodeChars
char[] swapLFNLFromUnicodeChars -
fromUBytesLength
int fromUBytesLength -
outputType
short outputType -
unicodeMask
short unicodeMask -
swapLFNLName
String swapLFNLName -
extIndexes
ByteBuffer extIndexes -
mbcsIndex
CharBuffer mbcsIndex -
utf8Friendly
boolean utf8Friendly -
maxFastUChar
char maxFastUChar -
asciiRoundtrips
int asciiRoundtrips
-
-
Constructor Details
-
UConverterMBCSTable
UConverterMBCSTable()
-
-
Method Details
-
hasSupplementary
boolean hasSupplementary()
-