WTF
ASCIICType.h File Reference
Include dependency graph for ASCIICType.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
WTF | |
Functions | |
bool | WTF::isASCIIAlpha (char c) |
bool | WTF::isASCIIAlpha (unsigned short c) |
bool | WTF::isASCIIAlpha (wchar_t c) |
bool | WTF::isASCIIAlpha (int c) |
bool | WTF::isASCIIAlphanumeric (char c) |
bool | WTF::isASCIIAlphanumeric (unsigned short c) |
bool | WTF::isASCIIAlphanumeric (wchar_t c) |
bool | WTF::isASCIIAlphanumeric (int c) |
bool | WTF::isASCIIDigit (char c) |
bool | WTF::isASCIIDigit (unsigned short c) |
bool | WTF::isASCIIDigit (wchar_t c) |
bool | WTF::isASCIIDigit (int c) |
bool | WTF::isASCIIHexDigit (char c) |
bool | WTF::isASCIIHexDigit (unsigned short c) |
bool | WTF::isASCIIHexDigit (wchar_t c) |
bool | WTF::isASCIIHexDigit (int c) |
bool | WTF::isASCIILower (char c) |
bool | WTF::isASCIILower (unsigned short c) |
bool | WTF::isASCIILower (wchar_t c) |
bool | WTF::isASCIILower (int c) |
bool | WTF::isASCIISpace (char c) |
bool | WTF::isASCIISpace (unsigned short c) |
bool | WTF::isASCIISpace (wchar_t c) |
bool | WTF::isASCIISpace (int c) |
bool | WTF::isASCIIUpper (char c) |
bool | WTF::isASCIIUpper (unsigned short c) |
bool | WTF::isASCIIUpper (wchar_t c) |
bool | WTF::isASCIIUpper (int c) |
int | WTF::toASCIIHexValue (char c) |
int | WTF::toASCIIHexValue (unsigned short c) |
int | WTF::toASCIIHexValue (wchar_t c) |
int | WTF::toASCIIHexValue (int c) |
char | WTF::toASCIILower (char c) |
unsigned short | WTF::toASCIILower (unsigned short c) |
wchar_t | WTF::toASCIILower (wchar_t c) |
int | WTF::toASCIILower (int c) |
char | WTF::toASCIIUpper (char c) |
unsigned short | WTF::toASCIIUpper (unsigned short c) |
wchar_t | WTF::toASCIIUpper (wchar_t c) |
int | WTF::toASCIIUpper (int c) |
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:23:46 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:23:46 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.