Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/
H A 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_;
H A Dencodings.h603 enum UTFType { enum