Package apple.corefoundation.enums
Class CFCharacterSetPredefinedSet
- java.lang.Object
-
- apple.corefoundation.enums.CFCharacterSetPredefinedSet
-
public final class CFCharacterSetPredefinedSet extends java.lang.Object[@typedef] CFCharacterSetPredefinedSet Type of the predefined CFCharacterSet selector values.
-
-
Field Summary
Fields Modifier and Type Field Description static longAlphaNumericAlpha Numeric character set (Unicode General Category L*, M*, & N*)static longCapitalizedLetterTitlecase character set (Unicode General Category Lt)static longControlControl character set (Unicode General Category Cc and Cf)static longDecimalDigitDecimal digit character setstatic longDecomposableCanonically decomposable character setstatic longIllegalIllegal character setstatic longLetterLetter character set (Unicode General Category L* & M*)static longLowercaseLetterLowercase character set (Unicode General Category Ll)static longNewlineNewline character set (U000A ~ U000D, U0085, U2028, and U2029)static longNonBaseNon-base character set (Unicode General Category M*)static longPunctuationPunctuation character set (Unicode General Category P*)static longSymbolSymbol character set (Unicode General Category S*)static longUppercaseLetterUppercase character set (Unicode General Category Lu and Lt)static longWhitespaceWhitespace character set (Unicode General Category Zs and U0009 CHARACTER TABULATION)static longWhitespaceAndNewlineWhitespace and Newline character set (Unicode General Category Z*, U000A ~ U000D, and U0085)
-
-
-
Field Detail
-
Control
public static final long Control
Control character set (Unicode General Category Cc and Cf)- See Also:
- Constant Field Values
-
Whitespace
public static final long Whitespace
Whitespace character set (Unicode General Category Zs and U0009 CHARACTER TABULATION)- See Also:
- Constant Field Values
-
WhitespaceAndNewline
public static final long WhitespaceAndNewline
Whitespace and Newline character set (Unicode General Category Z*, U000A ~ U000D, and U0085)- See Also:
- Constant Field Values
-
DecimalDigit
public static final long DecimalDigit
Decimal digit character set- See Also:
- Constant Field Values
-
Letter
public static final long Letter
Letter character set (Unicode General Category L* & M*)- See Also:
- Constant Field Values
-
LowercaseLetter
public static final long LowercaseLetter
Lowercase character set (Unicode General Category Ll)- See Also:
- Constant Field Values
-
UppercaseLetter
public static final long UppercaseLetter
Uppercase character set (Unicode General Category Lu and Lt)- See Also:
- Constant Field Values
-
NonBase
public static final long NonBase
Non-base character set (Unicode General Category M*)- See Also:
- Constant Field Values
-
Decomposable
public static final long Decomposable
Canonically decomposable character set- See Also:
- Constant Field Values
-
AlphaNumeric
public static final long AlphaNumeric
Alpha Numeric character set (Unicode General Category L*, M*, & N*)- See Also:
- Constant Field Values
-
Punctuation
public static final long Punctuation
Punctuation character set (Unicode General Category P*)- See Also:
- Constant Field Values
-
CapitalizedLetter
public static final long CapitalizedLetter
Titlecase character set (Unicode General Category Lt)- See Also:
- Constant Field Values
-
Symbol
public static final long Symbol
Symbol character set (Unicode General Category S*)- See Also:
- Constant Field Values
-
Newline
public static final long Newline
Newline character set (U000A ~ U000D, U0085, U2028, and U2029)- See Also:
- Constant Field Values
-
Illegal
public static final long Illegal
Illegal character set- See Also:
- Constant Field Values
-
-