Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/rapidjson/
Dencodings.h418 struct UTF32 { struct
419 typedef CharType Ch;
422 enum { supportUnicode = 1 };
425 static void Encode(OutputStream& os, unsigned codepoint) { in Encode()
432 static void EncodeUnsafe(OutputStream& os, unsigned codepoint) { in EncodeUnsafe()
457 struct UTF32LE : UTF32<CharType> { argument