com.ibm.icu.lang
Interface UCharacter.HangulSyllableType

Enclosing class:
UCharacter

public static interface UCharacter.HangulSyllableType

Hangul Syllable Type constants.

See Also:
UProperty.HANGUL_SYLLABLE_TYPE

Field Summary
static int COUNT
           
static int LEADING_JAMO
           
static int LV_SYLLABLE
           
static int LVT_SYLLABLE
           
static int NOT_APPLICABLE
           
static int TRAILING_JAMO
           
static int VOWEL_JAMO
           
 

Field Detail

NOT_APPLICABLE

static final int NOT_APPLICABLE
See Also:
Constant Field Values

LEADING_JAMO

static final int LEADING_JAMO
See Also:
Constant Field Values

VOWEL_JAMO

static final int VOWEL_JAMO
See Also:
Constant Field Values

TRAILING_JAMO

static final int TRAILING_JAMO
See Also:
Constant Field Values

LV_SYLLABLE

static final int LV_SYLLABLE
See Also:
Constant Field Values

LVT_SYLLABLE

static final int LVT_SYLLABLE
See Also:
Constant Field Values

COUNT

static final int COUNT
See Also:
Constant Field Values


Copyright (c) 2004 IBM Corporation and others.