IN2OSM
1.0.1
|
UTF-16 little endian encoding. More...
#include <encodings.h>
Public Types | |
enum | { supportUnicode = 1 } |
typedef CharType | Ch |
Public Member Functions | |
RAPIDJSON_STATIC_ASSERT (sizeof(Ch) >=2) | |
Static Public Member Functions | |
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 OutputStream > | |
static void | EncodeUnsafe (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) |
UTF-16 little endian encoding.
Definition at line 342 of file encodings.h.
|
inherited |
Definition at line 270 of file encodings.h.
|
inherited |
|
inlinestaticinherited |
Definition at line 307 of file encodings.h.
|
inlinestaticinherited |
Definition at line 276 of file encodings.h.
|
inlinestaticinherited |
Definition at line 292 of file encodings.h.
|
inlinestatic |
Definition at line 366 of file encodings.h.
|
inlinestatic |
Definition at line 359 of file encodings.h.
|
inherited |
|
inlinestatic |
Definition at line 351 of file encodings.h.
|
inlinestatic |
Definition at line 344 of file encodings.h.
|
inlinestaticinherited |
Definition at line 325 of file encodings.h.