Searched defs:bom (Results 1 – 2 of 2) sorted by relevance
183 unsigned bom = static_cast<unsigned>(c[0] | (c[1] << 8) | (c[2] << 16) | (c[3] << 24)); in DetectType() local
245 const char* XMLUtil::ReadBOM( const char* p, bool* bom ) in ReadBOM()1806 static const unsigned char bom[] = { TIXML_UTF_LEAD_0, TIXML_UTF_LEAD_1, TIXML_UTF_LEAD_2, 0 }; in PushHeader() local