Searched refs:UTFType (Results 1 – 2 of 2) 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_;
603 enum UTFType { enum