Searched refs:nInputPos (Results 1 – 2 of 2) sorted by relevance
74 nInputPos = nInputEndPos = nInputBufLen = READBUFFER_MAX; in RscFileInst()86 nInputPos = 0; in RscFileInst()124 else if( nInputPos >= nInputEndPos && nInputEndPos != nInputBufLen ) in GetChar()155 if( (nInputPos >= nInputEndPos) && fInputFile ) in GetNewLine()158 nInputPos = 0; in GetNewLine()161 while( nInputPos < nInputEndPos ) in GetNewLine()172 if( pInput[ nInputPos ] == '\n' ){ in GetNewLine()173 nInputPos++; in GetNewLine()180 else if( pInput[ nInputPos ] == '\r' ){ in GetNewLine()181 nInputPos++; in GetNewLine()[all …]
47 sal_uInt32 nInputPos; // Position im Lesepuffer member in RscFileInst
Completed in 10 milliseconds