com.ibm.icu.lang
Interface UCharacter.DecompositionType

Enclosing interface:
UCharacter

public static interface UCharacter.DecompositionType

Decomposition Type constants.

See Also:
UProperty.DECOMPOSITION_TYPE
Status:
Stable ICU 2.4.

Field Summary
static int CANONICAL
           
static int CIRCLE
           
static int COMPAT
           
static int COUNT
           
static int FINAL
           
static int FONT
           
static int FRACTION
           
static int INITIAL
           
static int ISOLATED
           
static int MEDIAL
           
static int NARROW
           
static int NOBREAK
           
static int NONE
           
static int SMALL
           
static int SQUARE
           
static int SUB
           
static int SUPER
           
static int VERTICAL
           
static int WIDE
           
 

Field Detail

NONE

public static final int NONE
See Also:
Constant Field Values
Status:
Stable ICU 2.4.

CANONICAL

public static final int CANONICAL
See Also:
Constant Field Values
Status:
Stable ICU 2.4.

COMPAT

public static final int COMPAT
See Also:
Constant Field Values
Status:
Stable ICU 2.4.

CIRCLE

public static final int CIRCLE
See Also:
Constant Field Values
Status:
Stable ICU 2.4.

FINAL

public static final int FINAL
See Also:
Constant Field Values
Status:
Stable ICU 2.4.

FONT

public static final int FONT
See Also:
Constant Field Values
Status:
Stable ICU 2.4.

FRACTION

public static final int FRACTION
See Also:
Constant Field Values
Status:
Stable ICU 2.4.

INITIAL

public static final int INITIAL
See Also:
Constant Field Values
Status:
Stable ICU 2.4.

ISOLATED

public static final int ISOLATED
See Also:
Constant Field Values
Status:
Stable ICU 2.4.

MEDIAL

public static final int MEDIAL
See Also:
Constant Field Values
Status:
Stable ICU 2.4.

NARROW

public static final int NARROW
See Also:
Constant Field Values
Status:
Stable ICU 2.4.

NOBREAK

public static final int NOBREAK
See Also:
Constant Field Values
Status:
Stable ICU 2.4.

SMALL

public static final int SMALL
See Also:
Constant Field Values
Status:
Stable ICU 2.4.

SQUARE

public static final int SQUARE
See Also:
Constant Field Values
Status:
Stable ICU 2.4.

SUB

public static final int SUB
See Also:
Constant Field Values
Status:
Stable ICU 2.4.

SUPER

public static final int SUPER
See Also:
Constant Field Values
Status:
Stable ICU 2.4.

VERTICAL

public static final int VERTICAL
See Also:
Constant Field Values
Status:
Stable ICU 2.4.

WIDE

public static final int WIDE
See Also:
Constant Field Values
Status:
Stable ICU 2.4.

COUNT

public static final int COUNT
See Also:
Constant Field Values
Status:
Stable ICU 2.4.


Copyright (c) 2006 IBM Corporation and others.