#include <DeprecatedString.h>
Public Member Functions | |
| DeprecatedChar () | |
| DeprecatedChar (char) | |
| DeprecatedChar (unsigned char) | |
| DeprecatedChar (short) | |
| DeprecatedChar (unsigned short) | |
| DeprecatedChar (int) | |
| DeprecatedChar (unsigned) | |
| unsigned short | unicode () const |
| char | latin1 () const |
| bool | isSpace () const |
| DeprecatedChar | lower () const |
| DeprecatedChar | upper () const |
| WebCore::DeprecatedChar::DeprecatedChar | ( | ) | [inline] |
| WebCore::DeprecatedChar::DeprecatedChar | ( | char | ch | ) | [inline] |
| WebCore::DeprecatedChar::DeprecatedChar | ( | unsigned char | uch | ) | [inline] |
| WebCore::DeprecatedChar::DeprecatedChar | ( | short | n | ) | [inline] |
| WebCore::DeprecatedChar::DeprecatedChar | ( | unsigned short | n | ) | [inline] |
| WebCore::DeprecatedChar::DeprecatedChar | ( | int | n | ) | [inline] |
| WebCore::DeprecatedChar::DeprecatedChar | ( | unsigned | n | ) | [inline] |
| unsigned short WebCore::DeprecatedChar::unicode | ( | ) | const [inline] |
| char WebCore::DeprecatedChar::latin1 | ( | ) | const [inline] |
| bool WebCore::DeprecatedChar::isSpace | ( | ) | const [inline] |
| DeprecatedChar WebCore::DeprecatedChar::lower | ( | ) | const [inline] |
| DeprecatedChar WebCore::DeprecatedChar::upper | ( | ) | const [inline] |