UTF-16 big endian encoding.
More...
#include <encodings.h>
|
template<typename InputByteStream > |
static CharType | TakeBOM (InputByteStream &is) |
|
template<typename InputByteStream > |
static CharType | Take (InputByteStream &is) |
|
template<typename OutputByteStream > |
static void | PutBOM (OutputByteStream &os) |
|
template<typename OutputByteStream > |
static void | Put (OutputByteStream &os, CharType c) |
|
template<typename OutputStream > |
static void | Encode (OutputStream &os, unsigned codepoint) |
|
template<typename InputStream > |
static bool | Decode (InputStream &is, unsigned *codepoint) |
|
template<typename InputStream , typename OutputStream > |
static bool | Validate (InputStream &is, OutputStream &os) |
|
template<typename CharType = wchar_t>
struct UTF16BE< CharType >
UTF-16 big endian encoding.
◆ Put()
template<typename CharType = wchar_t>
template<typename OutputByteStream >
static void UTF16BE< CharType >::Put |
( |
OutputByteStream & |
os, |
|
|
CharType |
c |
|
) |
| |
|
inlinestatic |
◆ PutBOM()
template<typename CharType = wchar_t>
template<typename OutputByteStream >
static void UTF16BE< CharType >::PutBOM |
( |
OutputByteStream & |
os | ) |
|
|
inlinestatic |
◆ Take()
template<typename CharType = wchar_t>
template<typename InputByteStream >
static CharType UTF16BE< CharType >::Take |
( |
InputByteStream & |
is | ) |
|
|
inlinestatic |
◆ TakeBOM()
template<typename CharType = wchar_t>
template<typename InputByteStream >
static CharType UTF16BE< CharType >::TakeBOM |
( |
InputByteStream & |
is | ) |
|
|
inlinestatic |
The documentation for this struct was generated from the following file:
- Source/ThirdParty/ANGLE/src/tests/third_party/rapidjson/include/rapidjson/encodings.h