#include "tao/Codeset/UTF16_BOM_Translator.h"#include "ace/OS_Memory.h"#include "tao/debug.h"#include "ace/Log_Msg.h"
Go to the source code of this file.
Typedefs | |
| typedef ACE_CDR::UShort | ACE_UTF16_T |
Variables | |
| static const size_t | ACE_UTF16_CODEPOINT_SIZE = sizeof (ACE_UTF16_T) |
| static const unsigned short | ACE_UNICODE_BOM_CORRECT = 0xFEFFU |
| static const unsigned short | ACE_UNICODE_BOM_SWAPPED = 0xFFFEU |
| typedef ACE_CDR::UShort ACE_UTF16_T |
Definition at line 28 of file UTF16_BOM_Translator.cpp.
const unsigned short ACE_UNICODE_BOM_CORRECT = 0xFEFFU [static] |
Definition at line 30 of file UTF16_BOM_Translator.cpp.
const unsigned short ACE_UNICODE_BOM_SWAPPED = 0xFFFEU [static] |
Definition at line 31 of file UTF16_BOM_Translator.cpp.
const size_t ACE_UTF16_CODEPOINT_SIZE = sizeof (ACE_UTF16_T) [static] |
Definition at line 29 of file UTF16_BOM_Translator.cpp.
1.7.0