Home | History | Annotate | Download | only in tinyxml

Lines Matching refs:strLength

498 		if ( strncmp( entity[i].str, p, entity[i].strLength ) == 0 )
500 assert( strlen( entity[i].str ) == entity[i].strLength );
503 return ( p + entity[i].strLength );