Class CharsetSCSU.CharsetEncoderSCSU

Enclosing class:
CharsetSCSU

class CharsetSCSU.CharsetEncoderSCSU extends CharsetEncoderICU
  • Field Details

    • Loop

      private static final int Loop
      See Also:
    • GetTrailUnicode

      private static final int GetTrailUnicode
      See Also:
    • OutputBytes

      private static final int OutputBytes
      See Also:
    • EndLoop

      private static final int EndLoop
      See Also:
    • delta

      private int delta
    • length

      private int length
    • offset

      private int offset
    • lead

      private char lead
    • trail

      private char trail
    • code

      private int code
    • window

      private byte window
    • isSingleByteMode

      private boolean isSingleByteMode
    • dynamicWindow

      private byte dynamicWindow
    • currentOffset

      private int currentOffset
    • c

      int c
    • data

    • sourceIndex

      private int sourceIndex
    • nextSourceIndex

      private int nextSourceIndex
    • targetCapacity

      private int targetCapacity
    • LabelLoop

      private boolean LabelLoop
    • AfterGetTrail

      private boolean AfterGetTrail
    • AfterGetTrailUnicode

      private boolean AfterGetTrailUnicode
    • cr

  • Constructor Details

    • CharsetEncoderSCSU

      public CharsetEncoderSCSU(CharsetICU cs)
  • Method Details