Home
last modified time | relevance | path

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

/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
Dencodings.h550 struct AutoUTF { struct
551 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()