Package ch.bailu.gtk.glib
Interface UnicodeType
public interface UnicodeType
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
General category "Punctuation, Close" (Pe)static final int
General category "Punctuation, Connector" (Pc)static final int
General category "Other, Control" (Cc)static final int
General category "Symbol, Currency" (Sc)static final int
General category "Punctuation, Dash" (Pd)static final int
General category "Number, Decimal Digit" (Nd)static final int
General category "Mark, Enclosing" (Me)static final int
General category "Punctuation, Final quote" (Pf)static final int
General category "Other, Format" (Cf)static final int
General category "Punctuation, Initial quote" (Pi)static final int
General category "Number, Letter" (Nl)static final int
General category "Separator, Line" (Zl)static final int
General category "Letter, Lowercase" (Ll)static final int
General category "Symbol, Math" (Sm)static final int
General category "Letter, Modifier" (Lm)static final int
General category "Symbol, Modifier" (Sk)static final int
General category "Mark, Nonspacing" (Mn)static final int
General category "Punctuation, Open" (Ps)static final int
General category "Letter, Other" (Lo)static final int
General category "Number, Other" (No)static final int
General category "Punctuation, Other" (Po)static final int
General category "Symbol, Other" (So)static final int
General category "Separator, Paragraph" (Zp)static final int
General category "Other, Private Use" (Co)static final int
General category "Separator, Space" (Zs)static final int
General category "Mark, Spacing" (Mc)static final int
General category "Other, Surrogate" (Cs)static final int
General category "Letter, Titlecase" (Lt)static final int
General category "Other, Not Assigned" (Cn)static final int
General category "Letter, Uppercase" (Lu)
-
Field Details
-
CONTROL
static final int CONTROLGeneral category "Other, Control" (Cc)- See Also:
-
FORMAT
static final int FORMATGeneral category "Other, Format" (Cf)- See Also:
-
UNASSIGNED
static final int UNASSIGNEDGeneral category "Other, Not Assigned" (Cn)- See Also:
-
PRIVATE_USE
static final int PRIVATE_USEGeneral category "Other, Private Use" (Co)- See Also:
-
SURROGATE
static final int SURROGATEGeneral category "Other, Surrogate" (Cs)- See Also:
-
LOWERCASE_LETTER
static final int LOWERCASE_LETTERGeneral category "Letter, Lowercase" (Ll)- See Also:
-
MODIFIER_LETTER
static final int MODIFIER_LETTERGeneral category "Letter, Modifier" (Lm)- See Also:
-
OTHER_LETTER
static final int OTHER_LETTERGeneral category "Letter, Other" (Lo)- See Also:
-
TITLECASE_LETTER
static final int TITLECASE_LETTERGeneral category "Letter, Titlecase" (Lt)- See Also:
-
UPPERCASE_LETTER
static final int UPPERCASE_LETTERGeneral category "Letter, Uppercase" (Lu)- See Also:
-
SPACING_MARK
static final int SPACING_MARKGeneral category "Mark, Spacing" (Mc)- See Also:
-
ENCLOSING_MARK
static final int ENCLOSING_MARKGeneral category "Mark, Enclosing" (Me)- See Also:
-
NON_SPACING_MARK
static final int NON_SPACING_MARKGeneral category "Mark, Nonspacing" (Mn)- See Also:
-
DECIMAL_NUMBER
static final int DECIMAL_NUMBERGeneral category "Number, Decimal Digit" (Nd)- See Also:
-
LETTER_NUMBER
static final int LETTER_NUMBERGeneral category "Number, Letter" (Nl)- See Also:
-
OTHER_NUMBER
static final int OTHER_NUMBERGeneral category "Number, Other" (No)- See Also:
-
CONNECT_PUNCTUATION
static final int CONNECT_PUNCTUATIONGeneral category "Punctuation, Connector" (Pc)- See Also:
-
DASH_PUNCTUATION
static final int DASH_PUNCTUATIONGeneral category "Punctuation, Dash" (Pd)- See Also:
-
CLOSE_PUNCTUATION
static final int CLOSE_PUNCTUATIONGeneral category "Punctuation, Close" (Pe)- See Also:
-
FINAL_PUNCTUATION
static final int FINAL_PUNCTUATIONGeneral category "Punctuation, Final quote" (Pf)- See Also:
-
INITIAL_PUNCTUATION
static final int INITIAL_PUNCTUATIONGeneral category "Punctuation, Initial quote" (Pi)- See Also:
-
OTHER_PUNCTUATION
static final int OTHER_PUNCTUATIONGeneral category "Punctuation, Other" (Po)- See Also:
-
OPEN_PUNCTUATION
static final int OPEN_PUNCTUATIONGeneral category "Punctuation, Open" (Ps)- See Also:
-
CURRENCY_SYMBOL
static final int CURRENCY_SYMBOLGeneral category "Symbol, Currency" (Sc)- See Also:
-
MODIFIER_SYMBOL
static final int MODIFIER_SYMBOLGeneral category "Symbol, Modifier" (Sk)- See Also:
-
MATH_SYMBOL
static final int MATH_SYMBOLGeneral category "Symbol, Math" (Sm)- See Also:
-
OTHER_SYMBOL
static final int OTHER_SYMBOLGeneral category "Symbol, Other" (So)- See Also:
-
LINE_SEPARATOR
static final int LINE_SEPARATORGeneral category "Separator, Line" (Zl)- See Also:
-
PARAGRAPH_SEPARATOR
static final int PARAGRAPH_SEPARATORGeneral category "Separator, Paragraph" (Zp)- See Also:
-
SPACE_SEPARATOR
static final int SPACE_SEPARATORGeneral category "Separator, Space" (Zs)- See Also:
-