Home | History | Annotate | Download | only in tinyxml

Lines Matching full:strlength

517 		if ( strncmp( entity[i].str, p, entity[i].strLength ) == 0 )
519 assert( strlen( entity[i].str ) == entity[i].strLength );
522 return ( p + entity[i].strLength );