Home
last modified time | relevance | path

Searched defs:AutoUTF (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/
H A Dencodings.h615 struct AutoUTF { struct
616 typedef CharType Ch;
618 enum { supportUnicode = 1 };
623 RAPIDJSON_FORCEINLINE static void Encode(OutputStream& os, unsigned codepoint) { in Encode()
630 RAPIDJSON_FORCEINLINE static void EncodeUnsafe(OutputStream& os, unsigned codepoint) { in EncodeUnsafe()
637 RAPIDJSON_FORCEINLINE static bool Decode(InputStream& is, unsigned* codepoint) { in Decode()
644 RAPIDJSON_FORCEINLINE static bool Validate(InputStream& is, OutputStream& os) { in Validate()