webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
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 | Validate (InputStream &is, OutputStream &os) |
Validate one Unicode codepoint from an encoded stream. More... | |
Encoding conversion.
|
inlinestatic |
Take one Unicode codepoint from source encoding, convert it to target encoding and put it to the output stream.
|
inlinestatic |
Validate one Unicode codepoint from an encoded stream.