Schnittstelle UnicodeType


public interface UnicodeType
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static 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 CONTROL
      General category "Other, Control" (Cc)
      Siehe auch:
    • FORMAT

      static final int FORMAT
      General category "Other, Format" (Cf)
      Siehe auch:
    • UNASSIGNED

      static final int UNASSIGNED
      General category "Other, Not Assigned" (Cn)
      Siehe auch:
    • PRIVATE_USE

      static final int PRIVATE_USE
      General category "Other, Private Use" (Co)
      Siehe auch:
    • SURROGATE

      static final int SURROGATE
      General category "Other, Surrogate" (Cs)
      Siehe auch:
    • LOWERCASE_LETTER

      static final int LOWERCASE_LETTER
      General category "Letter, Lowercase" (Ll)
      Siehe auch:
    • MODIFIER_LETTER

      static final int MODIFIER_LETTER
      General category "Letter, Modifier" (Lm)
      Siehe auch:
    • OTHER_LETTER

      static final int OTHER_LETTER
      General category "Letter, Other" (Lo)
      Siehe auch:
    • TITLECASE_LETTER

      static final int TITLECASE_LETTER
      General category "Letter, Titlecase" (Lt)
      Siehe auch:
    • UPPERCASE_LETTER

      static final int UPPERCASE_LETTER
      General category "Letter, Uppercase" (Lu)
      Siehe auch:
    • SPACING_MARK

      static final int SPACING_MARK
      General category "Mark, Spacing" (Mc)
      Siehe auch:
    • ENCLOSING_MARK

      static final int ENCLOSING_MARK
      General category "Mark, Enclosing" (Me)
      Siehe auch:
    • NON_SPACING_MARK

      static final int NON_SPACING_MARK
      General category "Mark, Nonspacing" (Mn)
      Siehe auch:
    • DECIMAL_NUMBER

      static final int DECIMAL_NUMBER
      General category "Number, Decimal Digit" (Nd)
      Siehe auch:
    • LETTER_NUMBER

      static final int LETTER_NUMBER
      General category "Number, Letter" (Nl)
      Siehe auch:
    • OTHER_NUMBER

      static final int OTHER_NUMBER
      General category "Number, Other" (No)
      Siehe auch:
    • CONNECT_PUNCTUATION

      static final int CONNECT_PUNCTUATION
      General category "Punctuation, Connector" (Pc)
      Siehe auch:
    • DASH_PUNCTUATION

      static final int DASH_PUNCTUATION
      General category "Punctuation, Dash" (Pd)
      Siehe auch:
    • CLOSE_PUNCTUATION

      static final int CLOSE_PUNCTUATION
      General category "Punctuation, Close" (Pe)
      Siehe auch:
    • FINAL_PUNCTUATION

      static final int FINAL_PUNCTUATION
      General category "Punctuation, Final quote" (Pf)
      Siehe auch:
    • INITIAL_PUNCTUATION

      static final int INITIAL_PUNCTUATION
      General category "Punctuation, Initial quote" (Pi)
      Siehe auch:
    • OTHER_PUNCTUATION

      static final int OTHER_PUNCTUATION
      General category "Punctuation, Other" (Po)
      Siehe auch:
    • OPEN_PUNCTUATION

      static final int OPEN_PUNCTUATION
      General category "Punctuation, Open" (Ps)
      Siehe auch:
    • CURRENCY_SYMBOL

      static final int CURRENCY_SYMBOL
      General category "Symbol, Currency" (Sc)
      Siehe auch:
    • MODIFIER_SYMBOL

      static final int MODIFIER_SYMBOL
      General category "Symbol, Modifier" (Sk)
      Siehe auch:
    • MATH_SYMBOL

      static final int MATH_SYMBOL
      General category "Symbol, Math" (Sm)
      Siehe auch:
    • OTHER_SYMBOL

      static final int OTHER_SYMBOL
      General category "Symbol, Other" (So)
      Siehe auch:
    • LINE_SEPARATOR

      static final int LINE_SEPARATOR
      General category "Separator, Line" (Zl)
      Siehe auch:
    • PARAGRAPH_SEPARATOR

      static final int PARAGRAPH_SEPARATOR
      General category "Separator, Paragraph" (Zp)
      Siehe auch:
    • SPACE_SEPARATOR

      static final int SPACE_SEPARATOR
      General category "Separator, Space" (Zs)
      Siehe auch: