Searched refs:nSkipSize (Results 1 – 4 of 4) sorted by relevance
340 sal_uInt16 nSkipSize = getMaxRawReadSize( nBytesLeft, nAtomSize ); in skip() local342 if( nSkipSize > 0 ) in skip()344 maRecBuffer.skip( nSkipSize ); in skip()345 nBytesLeft -= nSkipSize; in skip()422 …sal_Int32 nSkipSize = b16BitChars ? getMaxRawReadSize( 2 * nCharsLeft, 2 ) : getMaxRawReadSize( nC… in skipUniStringChars() local423 skip( nSkipSize ); in skipUniStringChars()426 nCharsLeft -= (b16BitChars ? (nSkipSize / 2) : nSkipSize); in skipUniStringChars()
325 sal_Int32 nSkipSize = ::std::min( nBytesToSkip, maBuffer.getLength() - mnBufferPos ); in skipBytes() local326 mnBufferPos += nSkipSize; in skipBytes()327 nBytesToSkip -= nSkipSize; in skipBytes()
57 sal_Int64 nSkipSize = (nAnchorPos < nStrmPos) ? in alignToBlock() local60 seek( nStrmPos + nSkipSize ); in alignToBlock()
280 …sal_Int32 nSkipSize = getLimitedValue< sal_Int32, sal_Int32 >( nElemCount, 0, SAL_MAX_INT32 / size… in skipArray() local281 skip( nSkipSize, sizeof( Type ) ); in skipArray()
Completed in 36 milliseconds