Searched defs:putBOM (Results 1 – 2 of 2) sorted by relevance
162 void TestEncodedOutputStream(const char* expectedFilename, bool putBOM) { in TestEncodedOutputStream()195 void TestAutoUTFOutputStream(UTFType type, bool putBOM, const char *expectedFilename) { in TestAutoUTFOutputStream()
210 AutoUTFOutputStream(OutputByteStream& os, UTFType type, bool putBOM) : os_(&os), type_(type) { in AutoUTFOutputStream()