Home
last modified time | relevance | path

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

/reactos/sdk/tools/xml2sdb/
H A Dtinyxml2.cpp117 static const unsigned char TIXML_UTF_LEAD_2 = 0xbfU; variable
372 && *(pu+2) == TIXML_UTF_LEAD_2 ) { in ReadBOM()
2213 … static const unsigned char bom[] = { TIXML_UTF_LEAD_0, TIXML_UTF_LEAD_1, TIXML_UTF_LEAD_2, 0 }; in PushHeader()