Home | History | Annotate | Download | only in tinyxml2

Lines Matching defs:endChar

114     char  endChar = *endTag;

119 if ( *p == endChar && strncmp( p, endTag, length ) == 0 ) {