Searched refs:TIXML_UTF_LEAD_2 (Results 1 – 3 of 3) sorted by relevance
64 const unsigned char TIXML_UTF_LEAD_2 = 0xbfU; variable268 if ( *(pU+1)==TIXML_UTF_LEAD_1 && *(pU+2)==TIXML_UTF_LEAD_2 ) in Stamp()329 && *(pU+2)==TIXML_UTF_LEAD_2 ) in SkipWhiteSpace()740 && *(pU+2) && *(pU+2) == TIXML_UTF_LEAD_2 ) in Parse()
1104 const unsigned char TIXML_UTF_LEAD_2 = 0xbfU; in SaveFile() local1108 fputc( TIXML_UTF_LEAD_2, fp ); in SaveFile()
117 static const unsigned char TIXML_UTF_LEAD_2 = 0xbfU; variable394 && *(pu+2) == TIXML_UTF_LEAD_2 ) { in ReadBOM()2655 … static const unsigned char bom[] = { TIXML_UTF_LEAD_0, TIXML_UTF_LEAD_1, TIXML_UTF_LEAD_2, 0 }; in PushHeader()