Home
last modified time | relevance | path

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

/external/sfntly/cpp/src/test/tinyxml/
Dtinyxmlparser.cpp62 const unsigned char TIXML_UTF_LEAD_0 = 0xefU; variable
261 case TIXML_UTF_LEAD_0: in Stamp()
327 if ( *(pU+0)==TIXML_UTF_LEAD_0 in SkipWhiteSpace()
334 else if(*(pU+0)==TIXML_UTF_LEAD_0 in SkipWhiteSpace()
341 else if(*(pU+0)==TIXML_UTF_LEAD_0 in SkipWhiteSpace()
738 if ( *(pU+0) && *(pU+0) == TIXML_UTF_LEAD_0 in Parse()
Dtinyxml.cpp1102 const unsigned char TIXML_UTF_LEAD_0 = 0xefU; in SaveFile() local
1106 fputc( TIXML_UTF_LEAD_0, fp ); in SaveFile()
/external/tinyxml2/
Dtinyxml2.cpp115 static const unsigned char TIXML_UTF_LEAD_0 = 0xefU; variable
392 if ( *(pu+0) == TIXML_UTF_LEAD_0 in ReadBOM()
2655 … static const unsigned char bom[] = { TIXML_UTF_LEAD_0, TIXML_UTF_LEAD_1, TIXML_UTF_LEAD_2, 0 }; in PushHeader()