bes
Updated for version 3.20.6
|
Encoding conversion. More...
#include <encodings.h>
Static Public Member Functions | |
template<typename InputStream , typename OutputStream > | |
static RAPIDJSON_FORCEINLINE bool | Transcode (InputStream &is, OutputStream &os) |
Take one Unicode codepoint from source encoding, convert it to target encoding and put it to the output stream. More... | |
template<typename InputStream , typename OutputStream > | |
static RAPIDJSON_FORCEINLINE bool | Transcode (InputStream &is, OutputStream &os) |
Take one Unicode codepoint from source encoding, convert it to target encoding and put it to the output stream. More... | |
template<typename InputStream , typename OutputStream > | |
static RAPIDJSON_FORCEINLINE bool | TranscodeUnsafe (InputStream &is, OutputStream &os) |
template<typename InputStream , typename OutputStream > | |
static RAPIDJSON_FORCEINLINE bool | TranscodeUnsafe (InputStream &is, OutputStream &os) |
template<typename InputStream , typename OutputStream > | |
static RAPIDJSON_FORCEINLINE bool | Validate (InputStream &is, OutputStream &os) |
Validate one Unicode codepoint from an encoded stream. More... | |
template<typename InputStream , typename OutputStream > | |
static RAPIDJSON_FORCEINLINE bool | Validate (InputStream &is, OutputStream &os) |
Validate one Unicode codepoint from an encoded stream. More... | |
Encoding conversion.
Definition at line 658 of file cmr_module/rapidjson/encodings.h.
|
inlinestatic |
Take one Unicode codepoint from source encoding, convert it to target encoding and put it to the output stream.
Definition at line 661 of file cmr_module/rapidjson/encodings.h.
|
inlinestatic |
Take one Unicode codepoint from source encoding, convert it to target encoding and put it to the output stream.
Definition at line 661 of file dmrpp_module/xml2json/include/rapidjson/encodings.h.
|
inlinestatic |
Validate one Unicode codepoint from an encoded stream.
Definition at line 680 of file cmr_module/rapidjson/encodings.h.
|
inlinestatic |
Validate one Unicode codepoint from an encoded stream.
Definition at line 680 of file dmrpp_module/xml2json/include/rapidjson/encodings.h.