Home
last modified time | relevance | path

Searched refs:UTFType (Results 1 – 3 of 3) sorted by relevance

/lvgl-latest/src/libs/thorvg/rapidjson/
Dencodedstream.h145 …AutoUTFInputStream(InputByteStream& is, UTFType type = kUTF8) : is_(&is), type_(type), hasBOM_(fal…
153 UTFType GetType() const { return type_; } in GetType()
221 UTFType type_;
244 AutoUTFOutputStream(OutputByteStream& os, UTFType type, bool putBOM) : os_(&os), type_(type) { in AutoUTFOutputStream()
258 UTFType GetType() const { return type_; } in GetType()
283 UTFType type_;
Dstream.h136 UTFType GetType() const { return is_.GetType(); } in GetType()
Dencodings.h603 enum UTFType { enum