HomeSort by relevance Sort by last modified time
    Searched refs:nFirstPart (Results 1 - 2 of 2) sorted by null

  /external/pdfium/xfa/src/fee/src/fee/
fde_txtedtbuf.cpp 304 int32_t nFirstPart = cpEnd.nCharIndex + 1;
305 int32_t nMovePart = lpChunk->nUsed - nFirstPart;
307 int32_t nDelete = std::min(nFirstPart, nLength);
308 FXSYS_memmove(lpChunk->wChars + nFirstPart - nDelete,
309 lpChunk->wChars + nFirstPart, nMovePart * sizeof(FX_WCHAR));
fde_txtedtblock.cpp 614 int32_t nFirstPart = m_bLeftAlignment ? nFiledLength : nSpaceLength;
618 for (; i < nFirstPart; i++) {

Completed in 1897 milliseconds