Package com.ibm.icu.lang
Interface UCharacter.HangulSyllableType
-
- Enclosing class:
- UCharacter
public static interface UCharacter.HangulSyllableTypeHangul Syllable Type constants.- See Also:
UProperty.HANGUL_SYLLABLE_TYPE- Status:
- Stable ICU 2.6.
-
-
Field Summary
Fields Modifier and Type Field Description static intCOUNTDeprecated.ICU 58 The numeric value may change over time, see ICU ticket #12420.static intLEADING_JAMOstatic intLV_SYLLABLEstatic intLVT_SYLLABLEstatic intNOT_APPLICABLEstatic intTRAILING_JAMOstatic intVOWEL_JAMO
-
-
-
Field Detail
-
NOT_APPLICABLE
static final int NOT_APPLICABLE
- See Also:
- Constant Field Values
- Status:
- Stable ICU 2.6.
-
LEADING_JAMO
static final int LEADING_JAMO
- See Also:
- Constant Field Values
- Status:
- Stable ICU 2.6.
-
VOWEL_JAMO
static final int VOWEL_JAMO
- See Also:
- Constant Field Values
- Status:
- Stable ICU 2.6.
-
TRAILING_JAMO
static final int TRAILING_JAMO
- See Also:
- Constant Field Values
- Status:
- Stable ICU 2.6.
-
LV_SYLLABLE
static final int LV_SYLLABLE
- See Also:
- Constant Field Values
- Status:
- Stable ICU 2.6.
-
LVT_SYLLABLE
static final int LVT_SYLLABLE
- See Also:
- Constant Field Values
- Status:
- Stable ICU 2.6.
-
COUNT
@Deprecated static final int 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:
- Constant Field Values
-
-