Package com.ibm.icu.charset
Class CharsetMBCS.MBCSToUFallback
java.lang.Object
com.ibm.icu.charset.CharsetMBCS.MBCSToUFallback
- Enclosing class:
CharsetMBCS
Fallbacks to Unicode are stored outside the normal state table and code point structures in a vector of items of
this type. They are sorted by offset.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
offset
int offset -
codePoint
int codePoint
-
-
Constructor Details
-
MBCSToUFallback
MBCSToUFallback(int off, int cp)
-