WCharacter.h File Reference
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Functions | |
| bool | isAlphaNumeric (int c) |
| bool | isAlpha (int c) |
| bool | isWhitespace (int c) |
| bool | isControl (int c) |
| bool | isDigit (int c) |
| bool | isGraph (int c) |
| bool | isLowerCase (int c) |
| bool | isPrintable (int c) |
| bool | isPunct (int c) |
| bool | isSpace (int c) |
| bool | isUpperCase (int c) |
| bool | isHexadecimalDigit (int c) |
| int | toLowerCase (int c) |
| int | toUpperCase (int c) |
1.8.17