Searched refs:nDecBytes (Results 1 – 2 of 2) sorted by relevance
244 sal_uInt16 nDecBytes = ::std::min( nBytesLeft, nBlockLeft ); in implDecode() local245 maCodec.decode( pnCurrDest, pnCurrSrc, static_cast< sal_Int32 >( nDecBytes ) ); in implDecode()248 pnCurrDest += nDecBytes; in implDecode()249 pnCurrSrc += nDecBytes; in implDecode()250 nCurrPos += nDecBytes; in implDecode()251 nBytesLeft = nBytesLeft - nDecBytes; in implDecode()
307 sal_uInt16 nDecBytes = ::std::min< sal_uInt16 >( nBytesLeft, nBlockLeft ); in OnRead() local310 nRet = nRet + static_cast< sal_uInt16 >( rStrm.Read( pnCurrData, nDecBytes ) ); in OnRead()312 maCodec.Decode( pnCurrData, nDecBytes, pnCurrData, nDecBytes ); in OnRead()316 pnCurrData += nDecBytes; in OnRead()317 nBytesLeft = nBytesLeft - nDecBytes; in OnRead()
Completed in 16 milliseconds