Searched refs:UTFType (Results 1 – 3 of 3) sorted by relevance
145 …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_;
136 UTFType GetType() const { return is_.GetType(); } in GetType()
603 enum UTFType { enum