UTF-16 little endian encoding.
Plus de détails...
#include <arcane/utils/internal/json/rapidjson/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) |
| |
| static void | Encode (OutputStream &os, unsigned codepoint) |
| |
| static void | EncodeUnsafe (OutputStream &os, unsigned codepoint) |
| |
| static bool | Decode (InputStream &is, unsigned *codepoint) |
| |
| static bool | Validate (InputStream &is, OutputStream &os) |
| |
|
| enum | |
| |
| typedef wchar_t | Ch |
| |
|
| RAPIDJSON_STATIC_ASSERT (sizeof(Ch) >=2) |
| |
template<typename CharType = wchar_t>
struct UTF16LE< CharType >
UTF-16 little endian encoding.
Définition à la ligne 343 du fichier encodings.h.
◆ Put()
template<typename CharType = wchar_t>
template<typename OutputByteStream>
| static void UTF16LE< CharType >::Put |
( |
OutputByteStream & | os, |
|
|
CharType | c ) |
|
inlinestatic |
◆ PutBOM()
template<typename CharType = wchar_t>
template<typename OutputByteStream>
| static void UTF16LE< CharType >::PutBOM |
( |
OutputByteStream & | os | ) |
|
|
inlinestatic |
◆ Take()
template<typename CharType = wchar_t>
template<typename InputByteStream>
| static CharType UTF16LE< CharType >::Take |
( |
InputByteStream & | is | ) |
|
|
inlinestatic |
◆ TakeBOM()
template<typename CharType = wchar_t>
template<typename InputByteStream>
| static CharType UTF16LE< CharType >::TakeBOM |
( |
InputByteStream & | is | ) |
|
|
inlinestatic |
La documentation de cette structure a été générée à partir du fichier suivant :