KJS
KJS::UChar Struct Reference
#include <ustring.h>
Public Member Functions | |
UChar () | |
UChar (char u) | |
UChar (unsigned char h, unsigned char l) | |
UChar (unsigned char u) | |
UChar (unsigned short u) | |
unsigned char | high () const |
unsigned char | low () const |
unsigned short | unicode () const |
Public Attributes | |
unsigned short | uc |
Detailed Description
Unicode character.
UChar represents a 16 bit Unicode character. Its 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
◆ UChar() [1/3]
|
inline |
◆ UChar() [2/3]
|
inline |
◆ UChar() [3/3]
|
inline |
Member Function Documentation
◆ high()
|
inline |
◆ low()
|
inline |
◆ unicode()
|
inline |
The documentation for this struct was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon May 8 2023 03:51:05 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon May 8 2023 03:51:05 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.