com.ibm.icu.lang
Interface UCharacterEnums.ECharacterDirection

All Known Implementing Classes:
UCharacter, UCharacterDirection
Enclosing class:
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

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

static final int LEFT_TO_RIGHT
Deprecated. 
Directional type L

See Also:
Constant Field Values

DIRECTIONALITY_LEFT_TO_RIGHT

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

RIGHT_TO_LEFT

static final int RIGHT_TO_LEFT
Deprecated. 
Directional type R

See Also:
Constant Field Values

DIRECTIONALITY_RIGHT_TO_LEFT

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

EUROPEAN_NUMBER

static final int EUROPEAN_NUMBER
Deprecated. 
Directional type EN

See Also:
Constant Field Values

DIRECTIONALITY_EUROPEAN_NUMBER

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

EUROPEAN_NUMBER_SEPARATOR

static final int EUROPEAN_NUMBER_SEPARATOR
Deprecated. 
Directional type ES

See Also:
Constant Field Values

DIRECTIONALITY_EUROPEAN_NUMBER_SEPARATOR

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

EUROPEAN_NUMBER_TERMINATOR

static final int EUROPEAN_NUMBER_TERMINATOR
Deprecated. 
Directional type ET

See Also:
Constant Field Values

DIRECTIONALITY_EUROPEAN_NUMBER_TERMINATOR

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

ARABIC_NUMBER

static final int ARABIC_NUMBER
Deprecated. 
Directional type AN

See Also:
Constant Field Values

DIRECTIONALITY_ARABIC_NUMBER

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

COMMON_NUMBER_SEPARATOR

static final int COMMON_NUMBER_SEPARATOR
Deprecated. 
Directional type CS

See Also:
Constant Field Values

DIRECTIONALITY_COMMON_NUMBER_SEPARATOR

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

BLOCK_SEPARATOR

static final int BLOCK_SEPARATOR
Deprecated. 
Directional type B

See Also:
Constant Field Values

DIRECTIONALITY_PARAGRAPH_SEPARATOR

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

SEGMENT_SEPARATOR

static final int SEGMENT_SEPARATOR
Deprecated. 
Directional type S

See Also:
Constant Field Values

DIRECTIONALITY_SEGMENT_SEPARATOR

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

WHITE_SPACE_NEUTRAL

static final int WHITE_SPACE_NEUTRAL
Deprecated. 
Directional type WS

See Also:
Constant Field Values

DIRECTIONALITY_WHITESPACE

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

OTHER_NEUTRAL

static final int OTHER_NEUTRAL
Deprecated. 
Directional type ON

See Also:
Constant Field Values

DIRECTIONALITY_OTHER_NEUTRALS

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

LEFT_TO_RIGHT_EMBEDDING

static final int LEFT_TO_RIGHT_EMBEDDING
Deprecated. 
Directional type LRE

See Also:
Constant Field Values

DIRECTIONALITY_LEFT_TO_RIGHT_EMBEDDING

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

LEFT_TO_RIGHT_OVERRIDE

static final int LEFT_TO_RIGHT_OVERRIDE
Deprecated. 
Directional type LRO

See Also:
Constant Field Values

DIRECTIONALITY_LEFT_TO_RIGHT_OVERRIDE

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

RIGHT_TO_LEFT_ARABIC

static final int RIGHT_TO_LEFT_ARABIC
Deprecated. 
Directional type AL

See Also:
Constant Field Values

DIRECTIONALITY_RIGHT_TO_LEFT_ARABIC

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

RIGHT_TO_LEFT_EMBEDDING

static final int RIGHT_TO_LEFT_EMBEDDING
Deprecated. 
Directional type RLE

See Also:
Constant Field Values

DIRECTIONALITY_RIGHT_TO_LEFT_EMBEDDING

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

RIGHT_TO_LEFT_OVERRIDE

static final int RIGHT_TO_LEFT_OVERRIDE
Deprecated. 
Directional type RLO

See Also:
Constant Field Values

DIRECTIONALITY_RIGHT_TO_LEFT_OVERRIDE

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

POP_DIRECTIONAL_FORMAT

static final int POP_DIRECTIONAL_FORMAT
Deprecated. 
Directional type PDF

See Also:
Constant Field Values

DIRECTIONALITY_POP_DIRECTIONAL_FORMAT

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

DIR_NON_SPACING_MARK

static final int DIR_NON_SPACING_MARK
Deprecated. 
Directional type NSM

See Also:
Constant Field Values

DIRECTIONALITY_NON_SPACING_MARK

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

BOUNDARY_NEUTRAL

static final int BOUNDARY_NEUTRAL
Deprecated. 
Directional type BN

See Also:
Constant Field Values

DIRECTIONALITY_BOUNDARY_NEUTRAL

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

CHAR_DIRECTION_COUNT

static final int CHAR_DIRECTION_COUNT
Deprecated. 
Number of directional types

See Also:
Constant Field Values

DIRECTIONALITY_UNDEFINED

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


Copyright (c) 2004 IBM Corporation and others.