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 TQChar. It's therefore possible to exchange data with X and Qt with shallow copies.
Constructor & Destructor Documentation
◆ UChar() [1/6]
|
inline |
◆ UChar() [2/6]
◆ UChar() [3/6]
◆ UChar() [4/6]
|
inline |
◆ UChar() [5/6]
|
inline |
◆ UChar() [6/6]
|
inline |
Member Function Documentation
◆ high()
|
inline |
◆ low()
|
inline |
◆ toLower()
| UChar UChar::toLower | ( | ) | const |
- Returns
- The character converted to lower case.
Definition at line 134 of file ustring.cpp.
◆ toUpper()
| UChar UChar::toUpper | ( | ) | const |
- Returns
- The character converted to upper case.
Definition at line 144 of file ustring.cpp.
◆ unicode()
|
inline |
Member Data Documentation
◆ null
◆ uc
The documentation for this struct was generated from the following files:
Trinity API Reference