Searched refs:HasBOM (Results 1 – 4 of 4) sorted by relevance
128 EXPECT_EQ(expectHasBOM, eis.HasBOM()); in TestAutoUTFInputStream()146 EXPECT_EQ(expectHasBOM, eis.HasBOM()); in TestAutoUTFInputStream()281 EXPECT_FALSE(eis.HasBOM()); in TEST_F()
39 OutputStream eos(os, eis.GetType(), eis.HasBOM()); // NEW in main()
120 bool HasBOM() const { return hasBOM_; } in HasBOM() function
214 You can obtain the type of UTF via `UTFType GetType()`. And check whether a BOM is found by `HasBOM…