DCL 4.0
|
#include <dcl/Config.h>
#include <string.h>
#include <wchar.h>
#include <dcl/Charset.h>
#include <dcl/Exception.h>
Go to the source code of this file.
Macros | |
#define | ILLEGAL_UCS4 -1 |
#define | BUFFER_SMALL -2 |
#define BUFFER_SMALL -2 |
Definition at line 59 of file CharsetEncoder.cpp.
#define ILLEGAL_UCS4 -1 |
Definition at line 58 of file CharsetEncoder.cpp.
IMPLEMENT_CLASSINFO | ( | AsciiEncoder | , |
CharsetEncoder | ) |
Definition at line 454 of file CharsetEncoder.cpp.
__DCL_BEGIN_NAMESPACE IMPLEMENT_CLASSINFO | ( | CharsetConvertException | , |
Exception | ) |
Definition at line 24 of file CharsetEncoder.cpp.
IMPLEMENT_CLASSINFO | ( | CharsetEncoder | , |
Object | ) |
Definition at line 61 of file CharsetEncoder.cpp.
IMPLEMENT_CLASSINFO | ( | Latin1Encoder | , |
CharsetEncoder | ) |
Definition at line 469 of file CharsetEncoder.cpp.
IMPLEMENT_CLASSINFO | ( | LocaleEncoder | , |
CharsetEncoder | ) |
Definition at line 484 of file CharsetEncoder.cpp.
IMPLEMENT_CLASSINFO | ( | UTF16Encoder | , |
CharsetEncoder | ) |
Definition at line 275 of file CharsetEncoder.cpp.
IMPLEMENT_CLASSINFO | ( | UTF32Encoder | , |
CharsetEncoder | ) |
Definition at line 371 of file CharsetEncoder.cpp.
IMPLEMENT_CLASSINFO | ( | UTF8Encoder | , |
CharsetEncoder | ) |
Definition at line 195 of file CharsetEncoder.cpp.