![]() |
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
![]() |
Unicode versions of common character functions.
Return number of wide characters in decomposition.
Return wide character composition from ucsa and ucsb.
Get wide character combining type; zero means starter.
Get numeric value of wide character (this includes hex value)
Get mirror image of wide character or character itself.
bool FX::Unicode::isUpper | ( | FXwchar | ucs | ) |
bool FX::Unicode::isLower | ( | FXwchar | ucs | ) |
bool FX::Unicode::isTitle | ( | FXwchar | ucs | ) |
bool FX::Unicode::isAscii | ( | FXwchar | ucs | ) |
bool FX::Unicode::isLetter | ( | FXwchar | ucs | ) |
bool FX::Unicode::isDigit | ( | FXwchar | ucs | ) |
bool FX::Unicode::isAlphaNumeric | ( | FXwchar | ucs | ) |
bool FX::Unicode::isControl | ( | FXwchar | ucs | ) |
bool FX::Unicode::isSpace | ( | FXwchar | ucs | ) |
bool FX::Unicode::isBlank | ( | FXwchar | ucs | ) |
bool FX::Unicode::isPunct | ( | FXwchar | ucs | ) |
bool FX::Unicode::isGraph | ( | FXwchar | ucs | ) |
bool FX::Unicode::isPrint | ( | FXwchar | ucs | ) |
bool FX::Unicode::isHexDigit | ( | FXwchar | ucs | ) |
bool FX::Unicode::isSymbol | ( | FXwchar | ucs | ) |
bool FX::Unicode::isMark | ( | FXwchar | ucs | ) |
bool FX::Unicode::isSep | ( | FXwchar | ucs | ) |
![]() |