Searched refs:nSrcPos (Results 1 – 1 of 1) sorted by relevance
1653 int32_t nSrcPos = 0; in RecoverParagEnd() local1656 int32_t nCopyLen = nPos - nSrcPos + 1; in RecoverParagEnd()1657 FXSYS_memcpy(lpDstBuf + nDstPos, lpSrcBuf + nSrcPos, in RecoverParagEnd()1660 nSrcPos += nCopyLen; in RecoverParagEnd()1664 if (nSrcPos < nLength) { in RecoverParagEnd()1665 FXSYS_memcpy(lpDstBuf + nDstPos, lpSrcBuf + nSrcPos, in RecoverParagEnd()1666 (nLength - nSrcPos) * sizeof(FX_WCHAR)); in RecoverParagEnd()