Class CharsetMBCS.MBCSToUFallback

java.lang.Object
com.ibm.icu.charset.CharsetMBCS.MBCSToUFallback
Enclosing class:
CharsetMBCS

static final class CharsetMBCS.MBCSToUFallback extends Object
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 Details

    • offset

      int offset
    • codePoint

      int codePoint
  • Constructor Details

    • MBCSToUFallback

      MBCSToUFallback(int off, int cp)