Searched defs:AutoUTF (Results 1 – 1 of 1) sorted by relevance
615 struct AutoUTF { struct616 typedef CharType Ch;618 enum { supportUnicode = 1 };623 static RAPIDJSON_FORCEINLINE void Encode(OutputStream& os, unsigned codepoint) { in Encode()630 static RAPIDJSON_FORCEINLINE void EncodeUnsafe(OutputStream& os, unsigned codepoint) { in EncodeUnsafe()637 static RAPIDJSON_FORCEINLINE bool Decode(InputStream& is, unsigned* codepoint) { in Decode()644 static RAPIDJSON_FORCEINLINE bool Validate(InputStream& is, OutputStream& os) { in Validate()