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.UConverterMBCSTableUConverterSharedData.mbcsShared 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 booleanCharsetMBCS.enumToU(CharsetMBCS.UConverterMBCSTable mbcsTable, byte[] stateProps, int state, int offset, int value) private intCharsetMBCS.CharsetDecoderMBCS.getFallback(CharsetMBCS.UConverterMBCSTable mbcsTable, int offset) (package private) static charCharsetMBCS.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 voidCharsetMBCS.MBCSEnumToUnicode(CharsetMBCS.UConverterMBCSTable mbcsTable) protected voidUConverterDataReader.readMBCSTable(CharsetMBCS.MBCSHeader header, CharsetMBCS.UConverterMBCSTable mbcsTable) private static voidCharsetMBCS.reconstituteData(CharsetMBCS.UConverterMBCSTable mbcsTable, int stage1Length, int stage2Length, int fullStage2Length) private static booleanCharsetMBCS.writeStage3Roundtrip(CharsetMBCS.UConverterMBCSTable mbcsTable, long value, int[] codePoints)