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