com.ibm.icu.lang
Interface UCharacterEnums.ECharacterDirection

All Known Implementing Classes:
UCharacter, UCharacterDirection
Enclosing interface:
UCharacterEnums

Deprecated. This is a draft API and might change in a future release of ICU.

public static interface UCharacterEnums.ECharacterDirection

'Enum' for the CharacterDirection constants. There are two sets of names, those used in ICU, and those used in the JDK. The JDK constants are compatible in name but not in value with those defined in java.lang.Character.

See Also:
UCharacterDirection
Status:
Draft ICU 3.0.
Status:
Deprecated in This is a draft API and might change in a future release of ICU..

Field Summary
static int ARABIC_NUMBER
          Deprecated. Directional type AN
static int BLOCK_SEPARATOR
          Deprecated. Directional type B
static int BOUNDARY_NEUTRAL
          Deprecated. Directional type BN
static int CHAR_DIRECTION_COUNT
          Deprecated. Number of directional types
static int COMMON_NUMBER_SEPARATOR
          Deprecated. Directional type CS
static int DIR_NON_SPACING_MARK
          Deprecated. Directional type NSM
static byte DIRECTIONALITY_ARABIC_NUMBER
          Deprecated. This is a draft API and might change in a future release of ICU.
static byte DIRECTIONALITY_BOUNDARY_NEUTRAL
          Deprecated. This is a draft API and might change in a future release of ICU.
static byte DIRECTIONALITY_COMMON_NUMBER_SEPARATOR
          Deprecated. This is a draft API and might change in a future release of ICU.
static byte DIRECTIONALITY_EUROPEAN_NUMBER
          Deprecated. This is a draft API and might change in a future release of ICU.
static byte DIRECTIONALITY_EUROPEAN_NUMBER_SEPARATOR
          Deprecated. This is a draft API and might change in a future release of ICU.
static byte DIRECTIONALITY_EUROPEAN_NUMBER_TERMINATOR
          Deprecated. This is a draft API and might change in a future release of ICU.
static byte DIRECTIONALITY_LEFT_TO_RIGHT
          Deprecated. This is a draft API and might change in a future release of ICU.
static byte DIRECTIONALITY_LEFT_TO_RIGHT_EMBEDDING
          Deprecated. This is a draft API and might change in a future release of ICU.
static byte DIRECTIONALITY_LEFT_TO_RIGHT_OVERRIDE
          Deprecated. This is a draft API and might change in a future release of ICU.
static byte DIRECTIONALITY_NON_SPACING_MARK
          Deprecated. This is a draft API and might change in a future release of ICU.
static byte DIRECTIONALITY_OTHER_NEUTRALS
          Deprecated. This is a draft API and might change in a future release of ICU.
static byte DIRECTIONALITY_PARAGRAPH_SEPARATOR
          Deprecated. This is a draft API and might change in a future release of ICU.
static byte DIRECTIONALITY_POP_DIRECTIONAL_FORMAT
          Deprecated. This is a draft API and might change in a future release of ICU.
static byte DIRECTIONALITY_RIGHT_TO_LEFT
          Deprecated. This is a draft API and might change in a future release of ICU.
static byte DIRECTIONALITY_RIGHT_TO_LEFT_ARABIC
          Deprecated. This is a draft API and might change in a future release of ICU.
static byte DIRECTIONALITY_RIGHT_TO_LEFT_EMBEDDING
          Deprecated. This is a draft API and might change in a future release of ICU.
static byte DIRECTIONALITY_RIGHT_TO_LEFT_OVERRIDE
          Deprecated. This is a draft API and might change in a future release of ICU.
static byte DIRECTIONALITY_SEGMENT_SEPARATOR
          Deprecated. This is a draft API and might change in a future release of ICU.
static byte DIRECTIONALITY_UNDEFINED
          Deprecated. This is a draft API and might change in a future release of ICU.
static byte DIRECTIONALITY_WHITESPACE
          Deprecated. This is a draft API and might change in a future release of ICU.
static int EUROPEAN_NUMBER
          Deprecated. Directional type EN
static int EUROPEAN_NUMBER_SEPARATOR
          Deprecated. Directional type ES
static int EUROPEAN_NUMBER_TERMINATOR
          Deprecated. Directional type ET
static int LEFT_TO_RIGHT
          Deprecated. Directional type L
static int LEFT_TO_RIGHT_EMBEDDING
          Deprecated. Directional type LRE
static int LEFT_TO_RIGHT_OVERRIDE
          Deprecated. Directional type LRO
static int OTHER_NEUTRAL
          Deprecated. Directional type ON
static int POP_DIRECTIONAL_FORMAT
          Deprecated. Directional type PDF
static int RIGHT_TO_LEFT
          Deprecated. Directional type R
static int RIGHT_TO_LEFT_ARABIC
          Deprecated. Directional type AL
static int RIGHT_TO_LEFT_EMBEDDING
          Deprecated. Directional type RLE
static int RIGHT_TO_LEFT_OVERRIDE
          Deprecated. Directional type RLO
static int SEGMENT_SEPARATOR
          Deprecated. Directional type S
static int WHITE_SPACE_NEUTRAL
          Deprecated. Directional type WS
 

Field Detail

LEFT_TO_RIGHT

public static final int LEFT_TO_RIGHT
Deprecated. 
Directional type L

See Also:
Constant Field Values
Status:
Stable ICU 2.1.

DIRECTIONALITY_LEFT_TO_RIGHT

public static final byte DIRECTIONALITY_LEFT_TO_RIGHT
Deprecated. This is a draft API and might change in a future release of ICU.

JDK-compatible synonum for LEFT_TO_RIGHT.

See Also:
Constant Field Values
Status:
Draft ICU 3.0.
Status:
Deprecated in This is a draft API and might change in a future release of ICU..

RIGHT_TO_LEFT

public static final int RIGHT_TO_LEFT
Deprecated. 
Directional type R

See Also:
Constant Field Values
Status:
Stable ICU 2.1.

DIRECTIONALITY_RIGHT_TO_LEFT

public static final byte DIRECTIONALITY_RIGHT_TO_LEFT
Deprecated. This is a draft API and might change in a future release of ICU.

JDK-compatible synonum for RIGHT_TO_LEFT.

See Also:
Constant Field Values
Status:
Draft ICU 3.0.
Status:
Deprecated in This is a draft API and might change in a future release of ICU..

EUROPEAN_NUMBER

public static final int EUROPEAN_NUMBER
Deprecated. 
Directional type EN

See Also:
Constant Field Values
Status:
Stable ICU 2.1.

DIRECTIONALITY_EUROPEAN_NUMBER

public static final byte DIRECTIONALITY_EUROPEAN_NUMBER
Deprecated. This is a draft API and might change in a future release of ICU.

JDK-compatible synonum for EUROPEAN_NUMBER.

See Also:
Constant Field Values
Status:
Draft ICU 3.0.
Status:
Deprecated in This is a draft API and might change in a future release of ICU..

EUROPEAN_NUMBER_SEPARATOR

public static final int EUROPEAN_NUMBER_SEPARATOR
Deprecated. 
Directional type ES

See Also:
Constant Field Values
Status:
Stable ICU 2.1.

DIRECTIONALITY_EUROPEAN_NUMBER_SEPARATOR

public static final byte DIRECTIONALITY_EUROPEAN_NUMBER_SEPARATOR
Deprecated. This is a draft API and might change in a future release of ICU.

JDK-compatible synonum for EUROPEAN_NUMBER_SEPARATOR.

See Also:
Constant Field Values
Status:
Draft ICU 3.0.
Status:
Deprecated in This is a draft API and might change in a future release of ICU..

EUROPEAN_NUMBER_TERMINATOR

public static final int EUROPEAN_NUMBER_TERMINATOR
Deprecated. 
Directional type ET

See Also:
Constant Field Values
Status:
Stable ICU 2.1.

DIRECTIONALITY_EUROPEAN_NUMBER_TERMINATOR

public static final byte DIRECTIONALITY_EUROPEAN_NUMBER_TERMINATOR
Deprecated. This is a draft API and might change in a future release of ICU.

JDK-compatible synonum for EUROPEAN_NUMBER_TERMINATOR.

See Also:
Constant Field Values
Status:
Draft ICU 3.0.
Status:
Deprecated in This is a draft API and might change in a future release of ICU..

ARABIC_NUMBER

public static final int ARABIC_NUMBER
Deprecated. 
Directional type AN

See Also:
Constant Field Values
Status:
Stable ICU 2.1.

DIRECTIONALITY_ARABIC_NUMBER

public static final byte DIRECTIONALITY_ARABIC_NUMBER
Deprecated. This is a draft API and might change in a future release of ICU.

JDK-compatible synonum for ARABIC_NUMBER.

See Also:
Constant Field Values
Status:
Draft ICU 3.0.
Status:
Deprecated in This is a draft API and might change in a future release of ICU..

COMMON_NUMBER_SEPARATOR

public static final int COMMON_NUMBER_SEPARATOR
Deprecated. 
Directional type CS

See Also:
Constant Field Values
Status:
Stable ICU 2.1.

DIRECTIONALITY_COMMON_NUMBER_SEPARATOR

public static final byte DIRECTIONALITY_COMMON_NUMBER_SEPARATOR
Deprecated. This is a draft API and might change in a future release of ICU.

JDK-compatible synonum for COMMON_NUMBER_SEPARATOR.

See Also:
Constant Field Values
Status:
Draft ICU 3.0.
Status:
Deprecated in This is a draft API and might change in a future release of ICU..

BLOCK_SEPARATOR

public static final int BLOCK_SEPARATOR
Deprecated. 
Directional type B

See Also:
Constant Field Values
Status:
Stable ICU 2.1.

DIRECTIONALITY_PARAGRAPH_SEPARATOR

public static final byte DIRECTIONALITY_PARAGRAPH_SEPARATOR
Deprecated. This is a draft API and might change in a future release of ICU.

JDK-compatible synonum for BLOCK_SEPARATOR.

See Also:
Constant Field Values
Status:
Draft ICU 3.0.
Status:
Deprecated in This is a draft API and might change in a future release of ICU..

SEGMENT_SEPARATOR

public static final int SEGMENT_SEPARATOR
Deprecated. 
Directional type S

See Also:
Constant Field Values
Status:
Stable ICU 2.1.

DIRECTIONALITY_SEGMENT_SEPARATOR

public static final byte DIRECTIONALITY_SEGMENT_SEPARATOR
Deprecated. This is a draft API and might change in a future release of ICU.

JDK-compatible synonum for SEGMENT_SEPARATOR.

See Also:
Constant Field Values
Status:
Draft ICU 3.0.
Status:
Deprecated in This is a draft API and might change in a future release of ICU..

WHITE_SPACE_NEUTRAL

public static final int WHITE_SPACE_NEUTRAL
Deprecated. 
Directional type WS

See Also:
Constant Field Values
Status:
Stable ICU 2.1.

DIRECTIONALITY_WHITESPACE

public static final byte DIRECTIONALITY_WHITESPACE
Deprecated. This is a draft API and might change in a future release of ICU.

JDK-compatible synonum for WHITE_SPACE_NEUTRAL.

See Also:
Constant Field Values
Status:
Draft ICU 3.0.
Status:
Deprecated in This is a draft API and might change in a future release of ICU..

OTHER_NEUTRAL

public static final int OTHER_NEUTRAL
Deprecated. 
Directional type ON

See Also:
Constant Field Values
Status:
Stable ICU 2.1.

DIRECTIONALITY_OTHER_NEUTRALS

public static final byte DIRECTIONALITY_OTHER_NEUTRALS
Deprecated. This is a draft API and might change in a future release of ICU.

JDK-compatible synonum for OTHER_NEUTRAL.

See Also:
Constant Field Values
Status:
Draft ICU 3.0.
Status:
Deprecated in This is a draft API and might change in a future release of ICU..

LEFT_TO_RIGHT_EMBEDDING

public static final int LEFT_TO_RIGHT_EMBEDDING
Deprecated. 
Directional type LRE

See Also:
Constant Field Values
Status:
Stable ICU 2.1.

DIRECTIONALITY_LEFT_TO_RIGHT_EMBEDDING

public static final byte DIRECTIONALITY_LEFT_TO_RIGHT_EMBEDDING
Deprecated. This is a draft API and might change in a future release of ICU.

JDK-compatible synonum for LEFT_TO_RIGHT_EMBEDDING.

See Also:
Constant Field Values
Status:
Draft ICU 3.0.
Status:
Deprecated in This is a draft API and might change in a future release of ICU..

LEFT_TO_RIGHT_OVERRIDE

public static final int LEFT_TO_RIGHT_OVERRIDE
Deprecated. 
Directional type LRO

See Also:
Constant Field Values
Status:
Stable ICU 2.1.

DIRECTIONALITY_LEFT_TO_RIGHT_OVERRIDE

public static final byte DIRECTIONALITY_LEFT_TO_RIGHT_OVERRIDE
Deprecated. This is a draft API and might change in a future release of ICU.

JDK-compatible synonum for LEFT_TO_RIGHT_OVERRIDE.

See Also:
Constant Field Values
Status:
Draft ICU 3.0.
Status:
Deprecated in This is a draft API and might change in a future release of ICU..

RIGHT_TO_LEFT_ARABIC

public static final int RIGHT_TO_LEFT_ARABIC
Deprecated. 
Directional type AL

See Also:
Constant Field Values
Status:
Stable ICU 2.1.

DIRECTIONALITY_RIGHT_TO_LEFT_ARABIC

public static final byte DIRECTIONALITY_RIGHT_TO_LEFT_ARABIC
Deprecated. This is a draft API and might change in a future release of ICU.

JDK-compatible synonum for RIGHT_TO_LEFT_ARABIC.

See Also:
Constant Field Values
Status:
Draft ICU 3.0.
Status:
Deprecated in This is a draft API and might change in a future release of ICU..

RIGHT_TO_LEFT_EMBEDDING

public static final int RIGHT_TO_LEFT_EMBEDDING
Deprecated. 
Directional type RLE

See Also:
Constant Field Values
Status:
Stable ICU 2.1.

DIRECTIONALITY_RIGHT_TO_LEFT_EMBEDDING

public static final byte DIRECTIONALITY_RIGHT_TO_LEFT_EMBEDDING
Deprecated. This is a draft API and might change in a future release of ICU.

JDK-compatible synonum for RIGHT_TO_LEFT_EMBEDDING.

See Also:
Constant Field Values
Status:
Draft ICU 3.0.
Status:
Deprecated in This is a draft API and might change in a future release of ICU..

RIGHT_TO_LEFT_OVERRIDE

public static final int RIGHT_TO_LEFT_OVERRIDE
Deprecated. 
Directional type RLO

See Also:
Constant Field Values
Status:
Stable ICU 2.1.

DIRECTIONALITY_RIGHT_TO_LEFT_OVERRIDE

public static final byte DIRECTIONALITY_RIGHT_TO_LEFT_OVERRIDE
Deprecated. This is a draft API and might change in a future release of ICU.

JDK-compatible synonum for RIGHT_TO_LEFT_OVERRIDE.

See Also:
Constant Field Values
Status:
Draft ICU 3.0.
Status:
Deprecated in This is a draft API and might change in a future release of ICU..

POP_DIRECTIONAL_FORMAT

public static final int POP_DIRECTIONAL_FORMAT
Deprecated. 
Directional type PDF

See Also:
Constant Field Values
Status:
Stable ICU 2.1.

DIRECTIONALITY_POP_DIRECTIONAL_FORMAT

public static final byte DIRECTIONALITY_POP_DIRECTIONAL_FORMAT
Deprecated. This is a draft API and might change in a future release of ICU.

JDK-compatible synonum for POP_DIRECTIONAL_FORMAT.

See Also:
Constant Field Values
Status:
Draft ICU 3.0.
Status:
Deprecated in This is a draft API and might change in a future release of ICU..

DIR_NON_SPACING_MARK

public static final int DIR_NON_SPACING_MARK
Deprecated. 
Directional type NSM

See Also:
Constant Field Values
Status:
Stable ICU 2.1.

DIRECTIONALITY_NON_SPACING_MARK

public static final byte DIRECTIONALITY_NON_SPACING_MARK
Deprecated. This is a draft API and might change in a future release of ICU.

JDK-compatible synonum for DIR_NON_SPACING_MARK.

See Also:
Constant Field Values
Status:
Draft ICU 3.0.
Status:
Deprecated in This is a draft API and might change in a future release of ICU..

BOUNDARY_NEUTRAL

public static final int BOUNDARY_NEUTRAL
Deprecated. 
Directional type BN

See Also:
Constant Field Values
Status:
Stable ICU 2.1.

DIRECTIONALITY_BOUNDARY_NEUTRAL

public static final byte DIRECTIONALITY_BOUNDARY_NEUTRAL
Deprecated. This is a draft API and might change in a future release of ICU.

JDK-compatible synonum for BOUNDARY_NEUTRAL.

See Also:
Constant Field Values
Status:
Draft ICU 3.0.
Status:
Deprecated in This is a draft API and might change in a future release of ICU..

CHAR_DIRECTION_COUNT

public static final int CHAR_DIRECTION_COUNT
Deprecated. 
Number of directional types

See Also:
Constant Field Values
Status:
Stable ICU 2.1.

DIRECTIONALITY_UNDEFINED

public static final byte DIRECTIONALITY_UNDEFINED
Deprecated. This is a draft API and might change in a future release of ICU.

Undefined bidirectional character type. Undefined char values have undefined directionality in the Unicode specification.

See Also:
Constant Field Values
Status:
Draft ICU 3.0.
Status:
Deprecated in This is a draft API and might change in a future release of ICU..


Copyright (c) 2004 IBM Corporation and others.