ReactOS 0.4.16-dev-889-g9563c07
|
Go to the source code of this file.
Macros | |
#define | ASCLOW 0x20 |
#define | ASCHIGH 0x7e |
#define | SBLOW 0xA1 |
#define | SBHIGH 0xDF |
#define | MBLIMIT 0x8396 |
Functions | |
unsigned int __cdecl | _mbbtombc_l (unsigned int c, _locale_t plocinfo) |
unsigned | int (__cdecl _mbbtombc)(unsigned int c) |
unsigned int __cdecl | _mbctombb_l (unsigned int c, _locale_t plocinfo) |
Variables | |
static unsigned short const | mbbtable [] |
struct { | |
unsigned char asc | |
char synonym | |
unsigned short mbccode | |
} | mbctable [] |
#define ASCHIGH 0x7e |
Definition at line 20 of file tombbmbc.cpp.
#define ASCLOW 0x20 |
Definition at line 19 of file tombbmbc.cpp.
#define MBLIMIT 0x8396 |
Definition at line 25 of file tombbmbc.cpp.
#define SBHIGH 0xDF |
Definition at line 23 of file tombbmbc.cpp.
#define SBLOW 0xA1 |
Definition at line 22 of file tombbmbc.cpp.
Definition at line 222 of file tombbmbc.cpp.
Referenced by int().
Definition at line 284 of file tombbmbc.cpp.
Definition at line 260 of file tombbmbc.cpp.
Definition at line 43 of file tombbmbc.cpp.
Referenced by _mbbtombc_l(), CompressSrbHistoryData(), DiskFdoProcessError(), and ValidateSrbHistoryDataPresumptions().
Definition at line 27 of file tombbmbc.cpp.
Referenced by _mbbtombc_l(), and _mbctombb_l().
Definition at line 45 of file tombbmbc.cpp.
Referenced by _mbbtombc_l(), and _mbctombb_l().
struct { ... } mbctable[] |
Referenced by _mbbtombc_l(), and _mbctombb_l().
char synonym |
Definition at line 44 of file tombbmbc.cpp.
Referenced by _mbctombb_l().