CharacterData

Undocumented in source.

Members

Functions

digit
int digit(int ch, int radix)
Undocumented in source.
getDirectionality
byte getDirectionality(int ch)
Undocumented in source.
getNumericValue
int getNumericValue(int ch)
Undocumented in source.
getProperties
int getProperties(int ch)
Undocumented in source.
getType
int getType(int ch)
Undocumented in source.
isIdentifierIgnorable
bool isIdentifierIgnorable(int ch)
Undocumented in source.
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.
isJavaIdentifierStart
bool isJavaIdentifierStart(int ch)
Undocumented in source.
isMirrored
bool isMirrored(int ch)
Undocumented in source.
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.
isUnicodeIdentifierStart
bool isUnicodeIdentifierStart(int ch)
Undocumented in source.
isWhitespace
bool isWhitespace(int ch)
Undocumented in source.
toLowerCase
int toLowerCase(int ch)
Undocumented in source.
toTitleCase
int toTitleCase(int ch)
Undocumented in source.
toUpperCase
int toUpperCase(int ch)
Undocumented in source.
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.

Meta