Class ISO8859_7Encoding

All Implemented Interfaces:
Cloneable

public final class ISO8859_7Encoding extends ISOEncoding
  • Field Details

    • ISO8859_7CtypeTable

      static final short[] ISO8859_7CtypeTable
    • ISO8859_7ToLowerCaseTable

      static final byte[] ISO8859_7ToLowerCaseTable
    • ISO8859_7CaseFoldMap

      static final int[][] ISO8859_7CaseFoldMap
    • INSTANCE

      public static final ISO8859_7Encoding INSTANCE
  • Constructor Details

    • ISO8859_7Encoding

      protected ISO8859_7Encoding()
  • Method Details

    • caseMap

      public int caseMap(IntHolder flagP, byte[] bytes, IntHolder pp, int end, byte[] to, int toP, int toEnd)
      Description copied from class: Encoding
      Oniguruma equivalent: case_map
      Overrides:
      caseMap in class SingleByteEncoding
    • mbcCaseFold

      public int mbcCaseFold(int flag, byte[] bytes, IntHolder pp, int end, byte[] lower)
      Description copied from class: ISOEncoding
      iso_*_mbc_case_fold
      Overrides:
      mbcCaseFold in class ISOEncoding
      Parameters:
      flag - case fold flag
      pp - an IntHolder that points at character head
      lower - a buffer where to extract case folded character Oniguruma equivalent: mbc_case_fold
    • toLowerCaseTable

      public final byte[] toLowerCaseTable()
      Description copied from class: Encoding
      Returns lower case table if it's safe to use it directly, otherwise null Used for fast case insensitive matching for some singlebyte encodings
      Overrides:
      toLowerCaseTable in class Encoding
      Returns:
      lower case table