Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/rapidjson/
Dencodings.h542 struct ASCII { struct
543 typedef CharType Ch;
545 enum { supportUnicode = 0 };
548 static void Encode(OutputStream& os, unsigned codepoint) { in Encode()
554 static void EncodeUnsafe(OutputStream& os, unsigned codepoint) { in EncodeUnsafe()
560 static bool Decode(InputStream& is, unsigned* codepoint) { in Decode()
567 static bool Validate(InputStream& is, OutputStream& os) { in Validate()
574 static CharType TakeBOM(InputByteStream& is) { in TakeBOM()
581 static Ch Take(InputByteStream& is) { in Take()
587 static void PutBOM(OutputByteStream& os) { in PutBOM()
[all …]