KJS::UChar Struct Reference
Unicode character. More...
#include <ustring.h>
Collaboration diagram for KJS::UChar:

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 | |
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.
Definition at line 51 of file ustring.h.
Constructor & Destructor Documentation
|
Construct a character with uninitialized value. |
|
Construct a character with the value denoted by the arguments.
|
|
Construct a character with the given value.
|
Member Function Documentation
|
|
|
|
|
|
|
Referenced by KJS::UCharReference::toLower(). |
|
Referenced by KJS::UCharReference::toUpper(). |
Member Data Documentation
|
A static instance of UChar(0).
|
The documentation for this struct was generated from the following files: