Qt 4.8
Macros | Variables
qeucjpcodec.cpp File Reference
#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
 

Macro Definition Documentation

◆ IsEucChar

#define IsEucChar (   c)    (((c) >= 0xa1) && ((c) <= 0xfe))

Definition at line 86 of file qeucjpcodec.cpp.

Referenced by QEucJpCodec::convertToUnicode().

◆ IsKana

#define IsKana (   c)    (((c) >= 0xa1) && ((c) <= 0xdf))

Definition at line 85 of file qeucjpcodec.cpp.

Referenced by QEucJpCodec::convertToUnicode().

◆ QValidChar

#define QValidChar (   u)    ((u) ? QChar((ushort)(u)) : QChar(QChar::ReplacementCharacter))

Definition at line 88 of file qeucjpcodec.cpp.

Referenced by QEucJpCodec::convertToUnicode().

Variable Documentation

◆ Ss2

const uchar Ss2 = 0x8e
static

◆ Ss3

const uchar Ss3 = 0x8f
static