Qt 4.8
|
Go to the source code of this file.
Macros | |
#define | IsKana(c) (((c) >= 0xa1) && ((c) <= 0xdf)) |
#define | IsSjisChar1(c) |
#define | IsSjisChar2(c) (((c) >= 0x40) && ((c) != 0x7f) && ((c) <= 0xfc)) |
#define | IsUserDefinedChar1(c) (((c) >= 0xf0) && ((c) <= 0xfc)) |
#define | QValidChar(u) ((u) ? QChar((ushort)(u)) : QChar(QChar::ReplacementCharacter)) |
Enumerations | |
enum | { Esc = 0x1b } |
Definition at line 61 of file qsjiscodec.cpp.
Referenced by QSjisCodec::convertToUnicode().
#define IsSjisChar1 | ( | c | ) |
Definition at line 64 of file qsjiscodec.cpp.
Referenced by QSjisCodec::convertToUnicode().
Definition at line 65 of file qsjiscodec.cpp.
Referenced by QSjisCodec::convertToUnicode().
Definition at line 67 of file qsjiscodec.cpp.
Referenced by QSjisCodec::convertToUnicode().
anonymous enum |
Enumerator | |
---|---|
Esc |
Definition at line 57 of file qsjiscodec.cpp.