Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/rapidjson/
Dencodings.h457 struct UTF32LE : UTF32<CharType> { struct
459 static CharType TakeBOM(InputByteStream& is) { in TakeBOM()
466 static CharType Take(InputByteStream& is) { in Take()
476 static void PutBOM(OutputByteStream& os) { in PutBOM()
485 static void Put(OutputByteStream& os, CharType c) { in Put()