Class CharacterPropertiesImpl

java.lang.Object
com.ibm.icu.impl.CharacterPropertiesImpl

public final class CharacterPropertiesImpl extends Object
Properties functionality above class UCharacterProperty but below class CharacterProperties and class UnicodeSet.
  • Field Details

    • NUM_INCLUSIONS

      private static final int NUM_INCLUSIONS
      See Also:
    • inclusions

      private static final UnicodeSet[] inclusions
      A set of all characters _except_ the second through last characters of certain ranges. These ranges are ranges of characters whose properties are all exactly alike, e.g. CJK Ideographs from U+4E00 to U+9FA5.
  • Constructor Details

    • CharacterPropertiesImpl

      public CharacterPropertiesImpl()
  • Method Details