kviewshell
GUnicode.cpp File Reference
#include "GString.h"
Include dependency graph for GUnicode.cpp:
Go to the source code of this file.
Functions | |
static void const * | checkmarks (void const *const xbuf, unsigned int &bufsize, GStringRep::EncodeType &rep) |
static unsigned long | UCS4_2143toUCS4 (unsigned char const *&s, void const *const) |
static unsigned long | UCS4_3412toUCS4 (unsigned char const *&s, void const *const) |
static unsigned long | UCS4BEtoUCS4 (unsigned char const *&s, void const *const) |
static unsigned long | UCS4LEtoUCS4 (unsigned char const *&s, void const *const) |
static unsigned long | UTF16BEtoUCS4 (unsigned char const *&s, void const *const) |
static unsigned long | UTF16LEtoUCS4 (unsigned char const *&s, void const *const) |
static unsigned long | xUTF16toUCS4 (unsigned short const *&s, void const *const) |
Variables | |
static unsigned char | nill = 0 |
Function Documentation
static void const* checkmarks | ( | void const *const | xbuf, | |
unsigned int & | bufsize, | |||
GStringRep::EncodeType & | rep | |||
) | [static] |
Definition at line 80 of file GUnicode.cpp.
static unsigned long UCS4_2143toUCS4 | ( | unsigned char const *& | s, | |
void const * const | eptr | |||
) | [static] |
Definition at line 672 of file GUnicode.cpp.
static unsigned long UCS4_3412toUCS4 | ( | unsigned char const *& | s, | |
void const * const | eptr | |||
) | [static] |
Definition at line 688 of file GUnicode.cpp.
static unsigned long UCS4BEtoUCS4 | ( | unsigned char const *& | s, | |
void const * const | eptr | |||
) | [static] |
Definition at line 640 of file GUnicode.cpp.
static unsigned long UCS4LEtoUCS4 | ( | unsigned char const *& | s, | |
void const * const | eptr | |||
) | [static] |
Definition at line 656 of file GUnicode.cpp.
static unsigned long UTF16BEtoUCS4 | ( | unsigned char const *& | s, | |
void const * const | eptr | |||
) | [static] |
Definition at line 568 of file GUnicode.cpp.
static unsigned long UTF16LEtoUCS4 | ( | unsigned char const *& | s, | |
void const * const | eptr | |||
) | [static] |
Definition at line 604 of file GUnicode.cpp.
static unsigned long xUTF16toUCS4 | ( | unsigned short const *& | s, | |
void const * const | eptr | |||
) | [static] |
Definition at line 534 of file GUnicode.cpp.
Variable Documentation
unsigned char nill = 0 [static] |
Definition at line 77 of file GUnicode.cpp.