Searched defs:AutoUTF (Results 1 – 1 of 1) sorted by relevance
550 struct AutoUTF { struct551 typedef CharType Ch;553 enum { supportUnicode = 1 };558 RAPIDJSON_FORCEINLINE static void Encode(OutputStream& os, unsigned codepoint) { in Encode()565 RAPIDJSON_FORCEINLINE static bool Decode(InputStream& is, unsigned* codepoint) { in Decode()572 RAPIDJSON_FORCEINLINE static bool Validate(InputStream& is, OutputStream& os) { in Validate()