Home
last modified time | relevance | path

Searched refs:nBufPos (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sdext/source/pdfimport/tree/
H A Dimagecontainer.cxx63 sal_Int32 nBufPos( 0 ); in encodeBase64() local
64 for( sal_Int32 i = 0; i < nFullTripleLength; i += 3, nBufPos += 4 ) in encodeBase64()
73 aBuf.setCharAt(nBufPos, aBase64EncodeTable [nIndex]); in encodeBase64()
76 aBuf.setCharAt(nBufPos+1, aBase64EncodeTable [nIndex]); in encodeBase64()
79 aBuf.setCharAt(nBufPos+2, aBase64EncodeTable [nIndex]); in encodeBase64()
82 aBuf.setCharAt(nBufPos+3, aBase64EncodeTable [nIndex]); in encodeBase64()
98 aBuf.setCharAt(nBufPos, aBase64EncodeTable [nIndex]); in encodeBase64()
101 aBuf.setCharAt(nBufPos+1, aBase64EncodeTable [nIndex]); in encodeBase64()
106 aBuf.setCharAt(nBufPos+2, aBase64EncodeTable [nIndex]); in encodeBase64()
/trunk/main/basic/source/comp/
H A Dscanner.cxx49 nBufPos = 0; in SbiScanner()
178 sal_Int32 n = nBufPos; in NextSym()
180 if( nBufPos >= nLen ) in NextSym()
188 while( (nBufPos < nCopyEndPos) && lclIsWhitespace( aBuf[ nCopyEndPos - 1 ] ) ) in NextSym()
190 aLine = aBuf.copy( nBufPos, nCopyEndPos - nBufPos ); in NextSym()
198 nBufPos = n; in NextSym()
/trunk/main/idl/source/cmptools/
H A Dlex.cxx149 nBufPos = 0; in InitCtor()
257 if( (int)aBufStr.Len() < nBufPos ) in GetNextChar()
263 nBufPos = 0; in GetNextChar()
269 nBufPos = 0; in GetNextChar()
273 nChar = aBufStr.GetChar( (sal_uInt16)nBufPos++ ); in GetNextChar()
/trunk/main/idl/inc/
H A Dlex.hxx141 int nBufPos; member in SvTokenStream
162 return aBufStr.GetChar((sal_uInt16)nBufPos++); in GetFastNextChar()
182 while( n < nBufPos ) in CalcColumn()
/trunk/main/l10ntools/source/filter/utils/
H A DFileHelper.java444 int nBufPos , in impl_readAndCheckNextByte() argument
450 if (nBufPos>=nBufLength) in impl_readAndCheckNextByte()
453 int nByte = aBuffer[nBufPos] & 0xFF; in impl_readAndCheckNextByte()
/trunk/main/basic/source/inc/
H A Dscanner.hxx57 sal_Int32 nBufPos; // aktuelle Buffer-Pos member in SbiScanner

Completed in 26 milliseconds