Lines Matching refs:rInput
77 : rInput( rIn ) in SvParser()
179 rInput.Seek(nNextChPos); in RereadLookahead()
191 if( bSwitchToUCS2 && 0 == rInput.Tell() ) in GetNextChar()
196 rInput >> c1; in GetNextChar()
197 bErr = rInput.IsEof() || rInput.GetError(); in GetNextChar()
202 rInput >> c2; in GetNextChar()
203 bErr = rInput.IsEof() || rInput.GetError(); in GetNextChar()
222 rInput.Seek( 0 ); in GetNextChar()
227 nNextChPos = rInput.Tell(); in GetNextChar()
234 rInput >> c1 >> c2; in GetNextChar()
235 if( 2 == rInput.Tell() && in GetNextChar()
236 !(rInput.IsEof() || rInput.GetError()) && in GetNextChar()
239 rInput >> c1 >> c2; in GetNextChar()
241 bErr = rInput.IsEof() || rInput.GetError(); in GetNextChar()
261 rInput >> c1; in GetNextChar()
262 bErr = rInput.IsEof() || rInput.GetError(); in GetNextChar()
297 rInput >> c1; in GetNextChar()
298 bErr = rInput.IsEof() || rInput.GetError(); in GetNextChar()
339 rInput >> c1; in GetNextChar()
340 bErr = rInput.IsEof() || rInput.GetError(); in GetNextChar()
372 rInput.SeekRel( -(nLen-1) ); in GetNextChar()
404 if( ERRCODE_IO_PENDING == rInput.GetError() ) in GetNextChar()
537 pImplData->nFilePos = rInput.Tell(); in SaveState()
553 if( ERRCODE_IO_PENDING == rInput.GetError() ) in RestoreState()
554 rInput.ResetError(); in RestoreState()
564 rInput.Seek( pImplData->nFilePos ); in RestoreState()
639 if( ERRCODE_IO_PENDING == pThis->rInput.GetError() ) in IMPL_STATIC_LINK()
640 pThis->rInput.ResetError(); in IMPL_STATIC_LINK()