Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/rapidjson/
Dencodings.h375 struct UTF16BE : UTF16<CharType> { struct
377 static CharType TakeBOM(InputByteStream& is) { in TakeBOM()
384 static CharType Take(InputByteStream& is) { in Take()
392 static void PutBOM(OutputByteStream& os) { in PutBOM()
399 static void Put(OutputByteStream& os, CharType c) { in Put()