Class UConverterStaticData

java.lang.Object
com.ibm.icu.charset.UConverterStaticData

final class UConverterStaticData extends Object
  • Field Details

    • structSize

      int structSize
    • name

      String name
    • codepage

      int codepage
    • platform

      byte platform
    • conversionType

      byte conversionType
    • minBytesPerChar

      byte minBytesPerChar
    • maxBytesPerChar

      byte maxBytesPerChar
    • subChar

      byte[] subChar
    • subCharLen

      byte subCharLen
    • hasToUnicodeFallback

      byte hasToUnicodeFallback
    • hasFromUnicodeFallback

      byte hasFromUnicodeFallback
    • unicodeMask

      short unicodeMask
    • subChar1

      byte subChar1
    • reserved

      byte[] reserved
    • SIZE_OF_UCONVERTER_STATIC_DATA

      public static final int SIZE_OF_UCONVERTER_STATIC_DATA
      See Also:
  • Constructor Details

    • UConverterStaticData

      public UConverterStaticData()