HomeSort by relevance Sort by last modified time
    Searched defs:TIXML_UTF_LEAD_1 (Results 1 - 2 of 2) sorted by null

  /external/tinyxml/
tinyxmlparser.cpp 54 const unsigned char TIXML_UTF_LEAD_1 = 0xbbU;
259 if ( *(pU+1)==TIXML_UTF_LEAD_1 && *(pU+2)==TIXML_UTF_LEAD_2 )
319 && *(pU+1)==TIXML_UTF_LEAD_1
716 && *(pU+1) && *(pU+1) == TIXML_UTF_LEAD_1
    [all...]
  /external/tinyxml2/
tinyxml2.cpp 45 static const unsigned char TIXML_UTF_LEAD_1 = 0xbbU;
251 && *(pu+1) == TIXML_UTF_LEAD_1
    [all...]

Completed in 22 milliseconds