Home | History | Annotate | Download | only in tinyxml2

Lines Matching defs:commentHeader

469     static const char* commentHeader    = { "<!--" };

494 else if ( XMLUtil::StringEqual( p, commentHeader, commentHeaderLen ) ) {