|
DCL 4.1
|
Go to the source code of this file.
Macros | |
| #define | ILLEGAL_UCS2 -1 |
| #define | ILLEGAL_SEQUENCE -2 |
| #define | SOURCE_FEW -3 |
| #define | SOURCE_FEW_N(_mbslen) |
| #define ILLEGAL_SEQUENCE -2 |
Definition at line 24 of file CharsetDecoder.cpp.
| #define ILLEGAL_UCS2 -1 |
Definition at line 23 of file CharsetDecoder.cpp.
| #define SOURCE_FEW -3 |
Definition at line 25 of file CharsetDecoder.cpp.
| #define SOURCE_FEW_N | ( | _mbslen | ) |
Definition at line 26 of file CharsetDecoder.cpp.
| IMPLEMENT_CLASSINFO | ( | AsciiDecoder | , |
| CharsetEncoder | ) |
Definition at line 385 of file CharsetDecoder.cpp.
| IMPLEMENT_CLASSINFO | ( | CharsetDecoder | , |
| Object | ) |
Definition at line 28 of file CharsetDecoder.cpp.
| IMPLEMENT_CLASSINFO | ( | Latin1Decoder | , |
| CharsetEncoder | ) |
Definition at line 420 of file CharsetDecoder.cpp.
| IMPLEMENT_CLASSINFO | ( | LocaleDecoder | , |
| CharsetDecoder | ) |
Definition at line 451 of file CharsetDecoder.cpp.
| IMPLEMENT_CLASSINFO | ( | UTF16Decoder | , |
| CharsetDecoder | ) |
Definition at line 284 of file CharsetDecoder.cpp.
| IMPLEMENT_CLASSINFO | ( | UTF32Decoder | , |
| CharsetDecoder | ) |
Definition at line 338 of file CharsetDecoder.cpp.
| IMPLEMENT_CLASSINFO | ( | UTF8Decoder | , |
| CharsetDecoder | ) |
Definition at line 168 of file CharsetDecoder.cpp.