Package com.ibm.icu.impl
Class CharacterPropertiesImpl
java.lang.Object
com.ibm.icu.impl.CharacterPropertiesImpl
Properties functionality above class UCharacterProperty
but below class CharacterProperties and class UnicodeSet.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final UnicodeSet[]
A set of all characters _except_ the second through last characters of certain ranges.private static final int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
clear()
static UnicodeSet
getInclusionsForProperty
(int prop) Returns a mutable UnicodeSet -- do not modify!private static UnicodeSet
getInclusionsForSource
(int src) private static UnicodeSet
getIntPropInclusions
(int prop)
-
Field Details
-
NUM_INCLUSIONS
private static final int NUM_INCLUSIONS- See Also:
-
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
-
clear
public static void clear() -
getInclusionsForSource
-
getIntPropInclusions
-
getInclusionsForProperty
Returns a mutable UnicodeSet -- do not modify!
-