com.ibm.icu.lang
Interface UCharacterEnums.ECharacterCategory

All Known Implementing Classes:
UCharacter, UCharacterCategory
Enclosing class:
UCharacterEnums

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

public static interface UCharacterEnums.ECharacterCategory

'Enum' for the CharacterCategory constants. These constants are compatible in name but not in value with those defined in java.lang.Character.

See Also:
UCharacterCategory

Field Summary
static int CHAR_CATEGORY_COUNT
          Deprecated. Character type count
static int COMBINING_SPACING_MARK
          Deprecated. Character type Mc
static int CONNECTOR_PUNCTUATION
          Deprecated. Character type Pc
static int CONTROL
          Deprecated. Character type Cc
static int CURRENCY_SYMBOL
          Deprecated. Character type Sc
static int DASH_PUNCTUATION
          Deprecated. Character type Pd
static int DECIMAL_DIGIT_NUMBER
          Deprecated. Character type Nd
static int ENCLOSING_MARK
          Deprecated. Character type Me
static int END_PUNCTUATION
          Deprecated. Character type Pe
static int FINAL_PUNCTUATION
          Deprecated. Character type Pf
static int FINAL_QUOTE_PUNCTUATION
          Deprecated. This is a draft API and might change in a future release of ICU.
static int FORMAT
          Deprecated. Character type Cf
static int GENERAL_OTHER_TYPES
          Deprecated. Character type Cn Not Assigned (no characters in [UnicodeData.txt] have this property)
static int INITIAL_PUNCTUATION
          Deprecated. Character type Pi
static int INITIAL_QUOTE_PUNCTUATION
          Deprecated. This is a draft API and might change in a future release of ICU.
static int LETTER_NUMBER
          Deprecated. Character type Nl
static int LINE_SEPARATOR
          Deprecated. Character type Zl
static int LOWERCASE_LETTER
          Deprecated. Character type Ll
static int MATH_SYMBOL
          Deprecated. Character type Sm
static int MODIFIER_LETTER
          Deprecated. Character type Lm
static int MODIFIER_SYMBOL
          Deprecated. Character type Sk
static int NON_SPACING_MARK
          Deprecated. Character type Mn
static int OTHER_LETTER
          Deprecated. Character type Lo
static int OTHER_NUMBER
          Deprecated. Character type No
static int OTHER_PUNCTUATION
          Deprecated. Character type Po
static int OTHER_SYMBOL
          Deprecated. Character type So
static int PARAGRAPH_SEPARATOR
          Deprecated. Character type Zp
static int PRIVATE_USE
          Deprecated. Character type Co
static int SPACE_SEPARATOR
          Deprecated. Character type Zs
static int START_PUNCTUATION
          Deprecated. Character type Ps
static int SURROGATE
          Deprecated. Character type Cs
static int TITLECASE_LETTER
          Deprecated. Character type Lt
static int UNASSIGNED
          Deprecated. Unassigned character type
static int UPPERCASE_LETTER
          Deprecated. Character type Lu
 

Field Detail

UNASSIGNED

static final int UNASSIGNED
Deprecated. 
Unassigned character type

See Also:
Constant Field Values

GENERAL_OTHER_TYPES

static final int GENERAL_OTHER_TYPES
Deprecated. 
Character type Cn Not Assigned (no characters in [UnicodeData.txt] have this property)

See Also:
Constant Field Values

UPPERCASE_LETTER

static final int UPPERCASE_LETTER
Deprecated. 
Character type Lu

See Also:
Constant Field Values

LOWERCASE_LETTER

static final int LOWERCASE_LETTER
Deprecated. 
Character type Ll

See Also:
Constant Field Values

TITLECASE_LETTER

static final int TITLECASE_LETTER
Deprecated. 
Character type Lt

See Also:
Constant Field Values

MODIFIER_LETTER

static final int MODIFIER_LETTER
Deprecated. 
Character type Lm

See Also:
Constant Field Values

OTHER_LETTER

static final int OTHER_LETTER
Deprecated. 
Character type Lo

See Also:
Constant Field Values

NON_SPACING_MARK

static final int NON_SPACING_MARK
Deprecated. 
Character type Mn

See Also:
Constant Field Values

ENCLOSING_MARK

static final int ENCLOSING_MARK
Deprecated. 
Character type Me

See Also:
Constant Field Values

COMBINING_SPACING_MARK

static final int COMBINING_SPACING_MARK
Deprecated. 
Character type Mc

See Also:
Constant Field Values

DECIMAL_DIGIT_NUMBER

static final int DECIMAL_DIGIT_NUMBER
Deprecated. 
Character type Nd

See Also:
Constant Field Values

LETTER_NUMBER

static final int LETTER_NUMBER
Deprecated. 
Character type Nl

See Also:
Constant Field Values

OTHER_NUMBER

static final int OTHER_NUMBER
Deprecated. 
Character type No

See Also:
Constant Field Values

SPACE_SEPARATOR

static final int SPACE_SEPARATOR
Deprecated. 
Character type Zs

See Also:
Constant Field Values

LINE_SEPARATOR

static final int LINE_SEPARATOR
Deprecated. 
Character type Zl

See Also:
Constant Field Values

PARAGRAPH_SEPARATOR

static final int PARAGRAPH_SEPARATOR
Deprecated. 
Character type Zp

See Also:
Constant Field Values

CONTROL

static final int CONTROL
Deprecated. 
Character type Cc

See Also:
Constant Field Values

FORMAT

static final int FORMAT
Deprecated. 
Character type Cf

See Also:
Constant Field Values

PRIVATE_USE

static final int PRIVATE_USE
Deprecated. 
Character type Co

See Also:
Constant Field Values

SURROGATE

static final int SURROGATE
Deprecated. 
Character type Cs

See Also:
Constant Field Values

DASH_PUNCTUATION

static final int DASH_PUNCTUATION
Deprecated. 
Character type Pd

See Also:
Constant Field Values

START_PUNCTUATION

static final int START_PUNCTUATION
Deprecated. 
Character type Ps

See Also:
Constant Field Values

END_PUNCTUATION

static final int END_PUNCTUATION
Deprecated. 
Character type Pe

See Also:
Constant Field Values

CONNECTOR_PUNCTUATION

static final int CONNECTOR_PUNCTUATION
Deprecated. 
Character type Pc

See Also:
Constant Field Values

OTHER_PUNCTUATION

static final int OTHER_PUNCTUATION
Deprecated. 
Character type Po

See Also:
Constant Field Values

MATH_SYMBOL

static final int MATH_SYMBOL
Deprecated. 
Character type Sm

See Also:
Constant Field Values

CURRENCY_SYMBOL

static final int CURRENCY_SYMBOL
Deprecated. 
Character type Sc

See Also:
Constant Field Values

MODIFIER_SYMBOL

static final int MODIFIER_SYMBOL
Deprecated. 
Character type Sk

See Also:
Constant Field Values

OTHER_SYMBOL

static final int OTHER_SYMBOL
Deprecated. 
Character type So

See Also:
Constant Field Values

INITIAL_PUNCTUATION

static final int INITIAL_PUNCTUATION
Deprecated. 
Character type Pi

See Also:
INITIAL_QUOTE_PUNCTUATION, Constant Field Values

INITIAL_QUOTE_PUNCTUATION

static final int INITIAL_QUOTE_PUNCTUATION
Deprecated. This is a draft API and might change in a future release of ICU.
Character type Pi This name is compatible with java.lang.Character's name for this type.

See Also:
INITIAL_PUNCTUATION, Constant Field Values

FINAL_PUNCTUATION

static final int FINAL_PUNCTUATION
Deprecated. 
Character type Pf

See Also:
FINAL_QUOTE_PUNCTUATION, Constant Field Values

FINAL_QUOTE_PUNCTUATION

static final int FINAL_QUOTE_PUNCTUATION
Deprecated. This is a draft API and might change in a future release of ICU.
Character type Pf This name is compatible with java.lang.Character's name for this type.

See Also:
FINAL_PUNCTUATION, Constant Field Values

CHAR_CATEGORY_COUNT

static final int CHAR_CATEGORY_COUNT
Deprecated. 
Character type count

See Also:
Constant Field Values


Copyright (c) 2004 IBM Corporation and others.