nux-0.9.46
|
Go to the source code of this file.
Namespaces | |
namespace | nux |
Functions | |
TCHAR | nux::ToUpperCase (TCHAR c) |
TCHAR | nux::ToLowerCase (TCHAR c) |
bool | nux::IsUpperCase (TCHAR c) |
bool | nux::IsLowerCase (TCHAR c) |
bool | nux::IsAlphaChar (TCHAR c) |
bool | nux::IsDigitChar (TCHAR c) |
bool | nux::IsAlphanumericChar (TCHAR c) |
bool | nux::IsWhitespaceChar (TCHAR c) |
bool | nux::IsLinebreakChar (TCHAR c) |
bool | nux::IsSpaceChar (TCHAR c) |
Returns nonzero if character is a space character. |