Package com.ibm.icu.lang
Interface UCharacter.HangulSyllableType
- Enclosing class:
UCharacter
public static interface UCharacter.HangulSyllableType
Hangul Syllable Type constants.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Deprecated.ICU 58 The numeric value may change over time, see ICU ticket #12420.static final int
static final int
static final int
static final int
static final int
static final int
-
Field Details
-
NOT_APPLICABLE
static final int NOT_APPLICABLE- See Also:
-
LEADING_JAMO
static final int LEADING_JAMO- See Also:
-
VOWEL_JAMO
static final int VOWEL_JAMO- See Also:
-
TRAILING_JAMO
static final int TRAILING_JAMO- See Also:
-
LV_SYLLABLE
static final int LV_SYLLABLE- See Also:
-
LVT_SYLLABLE
static final int LVT_SYLLABLE- See Also:
-
COUNT
Deprecated.ICU 58 The numeric value may change over time, see ICU ticket #12420.One more than the highest normal HangulSyllableType value. The highest value is available via UCharacter.getIntPropertyMaxValue(UProperty.HANGUL_SYLLABLE_TYPE).- See Also:
-