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)
 

Function Documentation

◆ isAlpha()

bool isAlpha ( int  c)
inline

◆ isAlphaNumeric()

bool isAlphaNumeric ( int  c)
inline

◆ isControl()

bool isControl ( int  c)
inline

◆ isDigit()

bool isDigit ( int  c)
inline

◆ isGraph()

bool isGraph ( int  c)
inline

◆ isHexadecimalDigit()

bool isHexadecimalDigit ( int  c)
inline

◆ isLowerCase()

bool isLowerCase ( int  c)
inline

◆ isPrintable()

bool isPrintable ( int  c)
inline

◆ isPunct()

bool isPunct ( int  c)
inline

◆ isSpace()

bool isSpace ( int  c)
inline

◆ isUpperCase()

bool isUpperCase ( int  c)
inline

◆ isWhitespace()

bool isWhitespace ( int  c)
inline

◆ toLowerCase()

int toLowerCase ( int  c)
inline

◆ toUpperCase()

int toUpperCase ( int  c)
inline