Encoding conversion. Plus de détails...
#include <arcane/utils/internal/json/rapidjson/encodings.h>
Graphe de collaboration de Transcoder< SourceEncoding, TargetEncoding >:Fonctions membres publiques statiques | |
| 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.
Définition à la ligne 659 du fichier encodings.h.
|
inlinestatic |
Take one Unicode codepoint from source encoding, convert it to target encoding and put it to the output stream.
Définition à la ligne 662 du fichier encodings.h.
Référencé par Validate().
Voici le graphe des appelants de cette fonction :
|
inlinestatic |
Définition à la ligne 671 du fichier encodings.h.
|
inlinestatic |
Validate one Unicode codepoint from an encoded stream.
Définition à la ligne 681 du fichier encodings.h.
Références Transcode().
Voici le graphe d'appel pour cette fonction :