Lines Matching refs:nFound
150 int nFound = str.indexOf( " encoding" ); in removeEncoding() local
151 if( nFound >= 0 ) { in removeEncoding()
153 int nStart = str.indexOf( "\"" , nFound ); in removeEncoding()
154 if( nStart < 0 || str.indexOf( "'" , nFound ) < nStart ) in removeEncoding()
156 nStart = str.indexOf( "'" , nFound ); in removeEncoding()
167 memmove( &( seq.getArray()[nFound] ) , in removeEncoding()
170 seq.realloc( seq.getLength() - ( nStop+1 - nFound ) ); in removeEncoding()
246 int nFound = str.indexOf( " encoding" ); in scanForEncoding() local
247 if( nFound < str.getLength() ) { in scanForEncoding()
249 int nStart = str.indexOf( "\"" , nFound ); in scanForEncoding()
250 if( nStart < 0 || str.indexOf( "'" , nFound ) < nStart ) in scanForEncoding()
252 nStart = str.indexOf( "'" , nFound ); in scanForEncoding()