Searched refs:TIXML_ERROR_PARSING_UNKNOWN (Results 1 – 4 of 4) sorted by relevance
/external/tinyxml/ |
D | tinyxmlparser.cpp | 1243 if ( document ) document->SetError( TIXML_ERROR_PARSING_UNKNOWN, p, data, encoding ); in Parse() 1257 if ( document ) document->SetError( TIXML_ERROR_PARSING_UNKNOWN, 0, 0, encoding ); in Parse()
|
D | tinyxml.h | 224 TIXML_ERROR_PARSING_UNKNOWN, enumerator
|
/external/sfntly/cpp/src/test/tinyxml/ |
D | tinyxmlparser.cpp | 1287 if ( document ) document->SetError( TIXML_ERROR_PARSING_UNKNOWN, p, data, encoding ); in Parse() 1302 document->SetError( TIXML_ERROR_PARSING_UNKNOWN, 0, 0, encoding ); in Parse()
|
D | tinyxml.h | 275 TIXML_ERROR_PARSING_UNKNOWN, enumerator
|