Searched refs:nBufPos (Results 1 – 6 of 6) sorted by relevance
/aoo42x/main/sdext/source/pdfimport/tree/ |
H A D | imagecontainer.cxx | 63 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()
|
/aoo42x/main/basic/source/comp/ |
H A D | scanner.cxx | 49 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()
|
/aoo42x/main/idl/source/cmptools/ |
H A D | lex.cxx | 149 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()
|
/aoo42x/main/idl/inc/ |
H A D | lex.hxx | 141 int nBufPos; member in SvTokenStream 162 return aBufStr.GetChar((sal_uInt16)nBufPos++); in GetFastNextChar() 182 while( n < nBufPos ) in CalcColumn()
|
/aoo42x/main/l10ntools/source/filter/utils/ |
H A D | FileHelper.java | 444 int nBufPos , in impl_readAndCheckNextByte() argument 450 if (nBufPos>=nBufLength) in impl_readAndCheckNextByte() 453 int nByte = aBuffer[nBufPos] & 0xFF; in impl_readAndCheckNextByte()
|
/aoo42x/main/basic/source/inc/ |
H A D | scanner.hxx | 57 sal_Int32 nBufPos; // aktuelle Buffer-Pos member in SbiScanner
|
Completed in 30 milliseconds