Uses of Class
com.ibm.icu.charset.CharsetMBCS.UConverterMBCSTable
Packages that use CharsetMBCS.UConverterMBCSTable
-
Uses of CharsetMBCS.UConverterMBCSTable in com.ibm.icu.charset
Fields in com.ibm.icu.charset declared as CharsetMBCS.UConverterMBCSTableModifier and TypeFieldDescription(package private) CharsetMBCS.UConverterMBCSTable
UConverterSharedData.mbcs
Shared data structures currently come in two flavors: - readonly for built-in algorithmic converters - allocated for MBCS, with a pointer to an allocated UConverterTable which always has a UConverterMBCSTable To eliminate one allocation, I am making the UConverterMBCSTable a member of the shared data.Methods in com.ibm.icu.charset with parameters of type CharsetMBCS.UConverterMBCSTableModifier and TypeMethodDescriptionprivate static boolean
CharsetMBCS.enumToU
(CharsetMBCS.UConverterMBCSTable mbcsTable, byte[] stateProps, int state, int offset, int value) private int
CharsetMBCS.CharsetDecoderMBCS.getFallback
(CharsetMBCS.UConverterMBCSTable mbcsTable, int offset) (package private) static char
CharsetMBCS.MBCS_SINGLE_SIMPLE_GET_NEXT_BMP
(CharsetMBCS.UConverterMBCSTable mbcs, int b) This macro version of _MBCSSingleSimpleGetNextUChar() gets a code point from a byte.private static void
CharsetMBCS.MBCSEnumToUnicode
(CharsetMBCS.UConverterMBCSTable mbcsTable) protected void
UConverterDataReader.readMBCSTable
(CharsetMBCS.MBCSHeader header, CharsetMBCS.UConverterMBCSTable mbcsTable) private static void
CharsetMBCS.reconstituteData
(CharsetMBCS.UConverterMBCSTable mbcsTable, int stage1Length, int stage2Length, int fullStage2Length) private static boolean
CharsetMBCS.writeStage3Roundtrip
(CharsetMBCS.UConverterMBCSTable mbcsTable, long value, int[] codePoints)