Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/rapidjson/
Dencodings.h496 struct UTF32BE : UTF32<CharType> { struct
498 static CharType TakeBOM(InputByteStream& is) { in TakeBOM()
505 static CharType Take(InputByteStream& is) { in Take()
515 static void PutBOM(OutputByteStream& os) { in PutBOM()
524 static void Put(OutputByteStream& os, CharType c) { in Put()