Searched refs:TIXML_UTF_LEAD_1 (Results 1 – 3 of 3) sorted by relevance
63 const unsigned char TIXML_UTF_LEAD_1 = 0xbbU; variable268 if ( *(pU+1)==TIXML_UTF_LEAD_1 && *(pU+2)==TIXML_UTF_LEAD_2 ) in Stamp()328 && *(pU+1)==TIXML_UTF_LEAD_1 in SkipWhiteSpace()739 && *(pU+1) && *(pU+1) == TIXML_UTF_LEAD_1 in Parse()
1103 const unsigned char TIXML_UTF_LEAD_1 = 0xbbU; in SaveFile() local1107 fputc( TIXML_UTF_LEAD_1, fp ); in SaveFile()
116 static const unsigned char TIXML_UTF_LEAD_1 = 0xbbU; variable393 && *(pu+1) == TIXML_UTF_LEAD_1 in ReadBOM()2655 … static const unsigned char bom[] = { TIXML_UTF_LEAD_0, TIXML_UTF_LEAD_1, TIXML_UTF_LEAD_2, 0 }; in PushHeader()