Home | History | Annotate | Download | only in tinyxml

Lines Matching refs:IsWhiteSpace

340 			if ( IsWhiteSpace( *p ) || *p == '\n' || *p =='\r' )		// Still using old rules for white space.
348 while ( *p && IsWhiteSpace( *p ) || *p == '\n' || *p =='\r' )
364 if ( !IsWhiteSpace( c ) || c <= 0 )
589 else if ( IsWhiteSpace( *p ) )
968 if ( !firstCharFound && c != '<' && !IsWhiteSpace( c ) )
1376 && !IsWhiteSpace( *p ) && *p != '\n' && *p != '\r' // whitespace
1558 while( p && *p && *p != '>' && !IsWhiteSpace( *p ) )
1568 if ( !IsWhiteSpace( value[i] ) )