Searched refs:nCharPosCount (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/xfa/src/fee/src/fee/
H A Dfde_txtedtpage.cpp293 int32_t nCharPosCount = 0; local
305 nCharPosCount += nCount;
308 if ((nCharPosCount * 5) < (m_nCharCount << 2)) {
309 FXTEXT_CHARPOS* pTemp = FX_Alloc(FXTEXT_CHARPOS, nCharPosCount);
310 FXSYS_memcpy(pTemp, pCharPos, sizeof(FXTEXT_CHARPOS) * nCharPosCount);
314 return nCharPosCount;

Completed in 38 milliseconds