Home
last modified time | relevance | path

Searched refs:TIXML_UTF_LEAD_1 (Results 1 – 3 of 3) sorted by relevance

/external/sfntly/cpp/src/test/tinyxml/
Dtinyxmlparser.cpp63 const unsigned char TIXML_UTF_LEAD_1 = 0xbbU; variable
268 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()
Dtinyxml.cpp1103 const unsigned char TIXML_UTF_LEAD_1 = 0xbbU; in SaveFile() local
1107 fputc( TIXML_UTF_LEAD_1, fp ); in SaveFile()
/external/tinyxml2/
Dtinyxml2.cpp116 static const unsigned char TIXML_UTF_LEAD_1 = 0xbbU; variable
393 && *(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()