Qt 4.8
|
Go to the source code of this file.
Classes | |
struct | map |
Macros | |
#define | IsCP949Char(c) (((c) >= 0x81) && ((c) <= 0xa0)) |
#define | IsEucChar(c) (((c) >= 0xa1) && ((c) <= 0xfe)) |
#define | QValidChar(u) ((u) ? QChar((ushort)(u)) : QChar(QChar::ReplacementCharacter)) |
Functions | |
static unsigned short | ksc2unicode (unsigned short code) |
unsigned int | qt_Ksc5601ToUnicode (unsigned int code) |
unsigned int | qt_UnicodeToKsc5601 (unsigned int unicode) |
static unsigned short | unicode2ksc (unsigned short code) |
Variables | |
static const unsigned short | ksc5601_hangul_to_unicode [2350] |
static const unsigned short | ksc5601_hanja_to_unicode [4888] |
static const unsigned short | ksc5601_symbol_to_unicode [1115] |
static const struct map | unicode_to_ksc5601_hanja [4888] |
static const struct map | unicode_to_ksc5601_symbol [986] |
Definition at line 82 of file qeuckrcodec.cpp.
Referenced by QCP949Codec::convertToUnicode().
Definition at line 81 of file qeuckrcodec.cpp.
Referenced by QEucKrCodec::convertToUnicode(), and QCP949Codec::convertToUnicode().
Definition at line 83 of file qeuckrcodec.cpp.
Referenced by QEucKrCodec::convertToUnicode(), and QCP949Codec::convertToUnicode().
|
static |
Definition at line 3303 of file qeuckrcodec.cpp.
Referenced by QFontKsc5601Codec::convertFromUnicode(), and qt_Ksc5601ToUnicode().
unsigned int qt_Ksc5601ToUnicode | ( | unsigned int | code | ) |
Definition at line 249 of file qeuckrcodec.cpp.
Referenced by QEucKrCodec::convertToUnicode(), and QCP949Codec::convertToUnicode().
unsigned int qt_UnicodeToKsc5601 | ( | unsigned int | unicode | ) |
Definition at line 258 of file qeuckrcodec.cpp.
Referenced by QEucKrCodec::convertFromUnicode(), QCP949Codec::convertFromUnicode(), and QFontKsc5601Codec::convertFromUnicode().
|
static |
Definition at line 3333 of file qeuckrcodec.cpp.
Referenced by QFontKsc5601Codec::convertFromUnicode(), and qt_UnicodeToKsc5601().
|
static |
Definition at line 268 of file qeuckrcodec.cpp.
Referenced by ksc2unicode(), and unicode2ksc().
|
static |
Definition at line 1052 of file qeuckrcodec.cpp.
Referenced by ksc2unicode().
|
static |
Definition at line 567 of file qeuckrcodec.cpp.
Referenced by ksc2unicode().
|
static |
Definition at line 1668 of file qeuckrcodec.cpp.
|
static |
Definition at line 718 of file qeuckrcodec.cpp.