com.ibm.icu.lang
Interface UCharacter.EastAsianWidth

Enclosing class:
UCharacter

public static interface UCharacter.EastAsianWidth

East Asian Width constants.

See Also:
UProperty.EAST_ASIAN_WIDTH, UCharacter.getIntPropertyValue(int, int)
Status:
Stable ICU 2.4.

Field Summary
static int AMBIGUOUS
           
static int COUNT
           
static int FULLWIDTH
           
static int HALFWIDTH
           
static int NARROW
           
static int NEUTRAL
           
static int WIDE
           
 

Field Detail

NEUTRAL

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

AMBIGUOUS

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

HALFWIDTH

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

FULLWIDTH

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

NARROW

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

WIDE

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

COUNT

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


Copyright (c) 2011 IBM Corporation and others.