Home
last modified time | relevance | path

Searched refs:nInputPos (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/rsc/source/parser/
H A Drscpar.cxx74 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 …]
/aoo4110/main/rsc/inc/
H A Drscpar.hxx47 sal_uInt32 nInputPos; // Position im Lesepuffer member in RscFileInst

Completed in 9 milliseconds