Syntax
constants group CharType;
Description
specify the type character, that starts a charblock
Field Details
|
|
Syntax
const short ANY_CHAR = 0;
Description
all alpha characters allowed
Syntax
const short UPPERCASE_LETTER = 1;
Syntax
const short LOWERCASE_LETTER = 2;
Syntax
const short TITLECASE_LETTER = 3;
Syntax
const short MODIFIER_LETTER = 4;
Syntax
const short OTHER_LETTER = 5;
Syntax
const short NON_SPACING_MARK = 6;
Syntax
const short ENCLOSING_MARK = 7;
Syntax
const short COMBINING_SPACING_MARK = 8;
Syntax
const short DECIMAL_DIGIT_NUMBER = 9;
Syntax
const short LETTER_NUMBER = 10;
Syntax
const short OTHER_NUMBER = 11;
Syntax
const short SPACE_SEPARATOR = 12;
Syntax
const short LINE_SEPARATOR = 13;
Syntax
const short PARAGRAPH_SEPARATOR = 14;
Syntax
const short CONTROL = 15;
Syntax
const short FORMAT = 16;
Syntax
const short PRIVATE_USE = 17;
Syntax
const short SURROGATE = 18;
Syntax
const short DASH_PUNCTUATION = 19;
Syntax
const short START_PUNCTUATION = 20;
Syntax
const short END_PUNCTUATION = 21;
Syntax
const short CONNECTOR_PUNCTUATION = 22;
Syntax
const short OTHER_PUNCTUATION = 23;
Syntax
const short MATH_SYMBOL = 24;
Syntax
const short CURRENCY_SYMBOL = 25;
Syntax
const short MODIFIER_SYMBOL = 26;
Syntax
const short OTHER_SYMBOL = 27;
Syntax
const short INITIAL_PUNCTUATION = 28;
Syntax
const short FINAL_PUNCTUATION = 29;
Syntax
const short GENERAL_TYPES_COUNT = 30;
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.