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. | |
| 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. | |
Encoding conversion.
Definition at line 659 of file 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 662 of file encodings.h.
Referenced by Validate().
|
inlinestatic |
Definition at line 671 of file encodings.h.
|
inlinestatic |
Validate one Unicode codepoint from an encoded stream.
Definition at line 681 of file encodings.h.
References Transcode().