CharacterDataLatin1

The CharacterData class encapsulates the large tables found in Java.lang.Char.

Members

Functions

digit
int digit(int ch, int radix)
Undocumented in source. Be warned that the author may not have intended to support it.
getDirectionality
byte getDirectionality(int ch)
Undocumented in source. Be warned that the author may not have intended to support it.
getNumericValue
int getNumericValue(int ch)
Undocumented in source. Be warned that the author may not have intended to support it.
getProperties
int getProperties(int ch)
Undocumented in source. Be warned that the author may not have intended to support it.
getPropertiesEx
int getPropertiesEx(int ch)
Undocumented in source. Be warned that the author may not have intended to support it.
getType
int getType(int ch)
Undocumented in source. Be warned that the author may not have intended to support it.
isIdentifierIgnorable
bool isIdentifierIgnorable(int ch)
Undocumented in source. Be warned that the author may not have intended to support it.
isIdeographic
bool isIdeographic(int ch)
Undocumented in source. Be warned that the author may not have intended to support it.
isJavaIdentifierPart
bool isJavaIdentifierPart(int ch)
Undocumented in source. Be warned that the author may not have intended to support it.
isJavaIdentifierStart
bool isJavaIdentifierStart(int ch)
Undocumented in source. Be warned that the author may not have intended to support it.
isMirrored
bool isMirrored(int ch)
Undocumented in source. Be warned that the author may not have intended to support it.
isOtherAlphabetic
bool isOtherAlphabetic(int ch)
Undocumented in source. Be warned that the author may not have intended to support it.
isOtherLowercase
bool isOtherLowercase(int ch)
Undocumented in source. Be warned that the author may not have intended to support it.
isOtherUppercase
bool isOtherUppercase(int ch)
Undocumented in source. Be warned that the author may not have intended to support it.
isUnicodeIdentifierPart
bool isUnicodeIdentifierPart(int ch)
Undocumented in source. Be warned that the author may not have intended to support it.
isUnicodeIdentifierStart
bool isUnicodeIdentifierStart(int ch)
Undocumented in source. Be warned that the author may not have intended to support it.
isWhitespace
bool isWhitespace(int ch)
Undocumented in source. Be warned that the author may not have intended to support it.
toLowerCase
int toLowerCase(int ch)
Undocumented in source. Be warned that the author may not have intended to support it.
toTitleCase
int toTitleCase(int ch)
Undocumented in source. Be warned that the author may not have intended to support it.
toUpperCase
int toUpperCase(int ch)
Undocumented in source. Be warned that the author may not have intended to support it.
toUpperCaseCharArray
char[] toUpperCaseCharArray(int ch)
Undocumented in source. Be warned that the author may not have intended to support it.
toUpperCaseEx
int toUpperCaseEx(int ch)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

instance
CharacterDataLatin1 instance;
Undocumented in source.

Variables

A
enum int[] A;
Undocumented in source.
B
enum char[] B;
Undocumented in source.
sharpsMap
enum char[] sharpsMap;
Undocumented in source.

Inherited Members

From CharacterData

getProperties
int getProperties(int ch)
Undocumented in source.
getType
int getType(int ch)
Undocumented in source.
isWhitespace
bool isWhitespace(int ch)
Undocumented in source.
isMirrored
bool isMirrored(int ch)
Undocumented in source.
isJavaIdentifierStart
bool isJavaIdentifierStart(int ch)
Undocumented in source.
isJavaIdentifierPart
bool isJavaIdentifierPart(int ch)
Undocumented in source.
isUnicodeIdentifierStart
bool isUnicodeIdentifierStart(int ch)
Undocumented in source.
isUnicodeIdentifierPart
bool isUnicodeIdentifierPart(int ch)
Undocumented in source.
isIdentifierIgnorable
bool isIdentifierIgnorable(int ch)
Undocumented in source.
toLowerCase
int toLowerCase(int ch)
Undocumented in source.
toUpperCase
int toUpperCase(int ch)
Undocumented in source.
toTitleCase
int toTitleCase(int ch)
Undocumented in source.
digit
int digit(int ch, int radix)
Undocumented in source.
getNumericValue
int getNumericValue(int ch)
Undocumented in source.
getDirectionality
byte getDirectionality(int ch)
Undocumented in source.
toUpperCaseEx
int toUpperCaseEx(int ch)
Undocumented in source. Be warned that the author may not have intended to support it.
toUpperCaseCharArray
char[] toUpperCaseCharArray(int ch)
Undocumented in source. Be warned that the author may not have intended to support it.
isOtherLowercase
bool isOtherLowercase(int ch)
Undocumented in source. Be warned that the author may not have intended to support it.
isOtherUppercase
bool isOtherUppercase(int ch)
Undocumented in source. Be warned that the author may not have intended to support it.
isOtherAlphabetic
bool isOtherAlphabetic(int ch)
Undocumented in source. Be warned that the author may not have intended to support it.
isIdeographic
bool isIdeographic(int ch)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta