KJS::UChar Struct Reference
#include <ustring.h>
Public Member Functions | |
| UChar () | |
| UChar (char u) | |
| UChar (unsigned char u) | |
| UChar (unsigned char h, unsigned char l) | |
| UChar (unsigned short u) | |
| UChar (const UCharReference &c) | |
| unsigned char | high () const |
| unsigned char | low () const |
| unsigned short | unicode () const |
| UChar | toLower () const |
| UChar | toUpper () const |
Public Attributes | |
| unsigned short | uc |
Static Public Attributes | |
| static UChar | null |
Detailed Description
Unicode character.
UChar represents a 16 bit Unicode character. It's internal data representation is compatible to XChar2b and QChar. It's therefore possible to exchange data with X and Qt with shallow copies.
Constructor & Destructor Documentation
| KJS::UChar::UChar | ( | ) | [inline] |
| KJS::UChar::UChar | ( | unsigned char | h, |
| unsigned char | l | ||
| ) | [inline] |
| KJS::UChar::UChar | ( | unsigned short | u | ) | [inline] |
Member Function Documentation
| unsigned char KJS::UChar::high | ( | ) | const [inline] |
| unsigned char KJS::UChar::low | ( | ) | const [inline] |
| UChar UChar::toLower | ( | ) | const |
- Returns:
- The character converted to lower case.
Definition at line 135 of file ustring.cpp.
| UChar UChar::toUpper | ( | ) | const |
- Returns:
- The character converted to upper case.
Definition at line 145 of file ustring.cpp.
| unsigned short KJS::UChar::unicode | ( | ) | const [inline] |
Member Data Documentation
UChar UChar::null [static] |
The documentation for this struct was generated from the following files:

