Class CharsetMBCS.MBCSHeader

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

static final class CharsetMBCS.MBCSHeader extends Object
MBCS data header. See data format description above.
  • Field Details

    • version

      byte[] version
    • countStates

      int countStates
    • countToUFallbacks

      int countToUFallbacks
    • offsetToUCodeUnits

      int offsetToUCodeUnits
    • offsetFromUTable

      int offsetFromUTable
    • offsetFromUBytes

      int offsetFromUBytes
    • flags

      int flags
    • fromUBytesLength

      int fromUBytesLength
    • options

      int options
    • fullStage2Length

      int fullStage2Length
  • Constructor Details

    • MBCSHeader

      MBCSHeader()