Qt 4.8
|
#include "qeucjpcodec.h"
Go to the source code of this file.
Macros | |
#define | IsEucChar(c) (((c) >= 0xa1) && ((c) <= 0xfe)) |
#define | IsKana(c) (((c) >= 0xa1) && ((c) <= 0xdf)) |
#define | QValidChar(u) ((u) ? QChar((ushort)(u)) : QChar(QChar::ReplacementCharacter)) |
Variables | |
static const uchar | Ss2 = 0x8e |
static const uchar | Ss3 = 0x8f |
Definition at line 86 of file qeucjpcodec.cpp.
Referenced by QEucJpCodec::convertToUnicode().
Definition at line 85 of file qeucjpcodec.cpp.
Referenced by QEucJpCodec::convertToUnicode().
Definition at line 88 of file qeucjpcodec.cpp.
Referenced by QEucJpCodec::convertToUnicode().
|
static |
Definition at line 82 of file qeucjpcodec.cpp.
Referenced by QEucJpCodec::convertFromUnicode(), and QEucJpCodec::convertToUnicode().
|
static |
Definition at line 83 of file qeucjpcodec.cpp.
Referenced by QEucJpCodec::convertFromUnicode(), and QEucJpCodec::convertToUnicode().