Home
last modified time | relevance | path

Searched refs:nCopyLen (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/src/fxcrt/
Dfx_basic_wstring.cpp388 FX_STRSIZE nCopyLen, in AllocCopy() argument
392 if (nCopyLen == 0 || nCopyLen < 0) { in AllocCopy()
397 iSize *= nCopyLen; in AllocCopy()
399 dest.m_pData = StringData::Create(nCopyLen); in AllocCopy()
Dfx_basic_bstring.cpp449 FX_STRSIZE nCopyLen, in AllocCopy() argument
453 if (nCopyLen == 0 || nCopyLen < 0) { in AllocCopy()
457 dest.m_pData = StringData::Create(nCopyLen); in AllocCopy()
460 nCopyLen); in AllocCopy()
/external/pdfium/core/include/fxcrt/
Dfx_string.h336 FX_STRSIZE nCopyLen,
725 FX_STRSIZE nCopyLen,
/external/pdfium/xfa/src/fee/src/fee/
Dfde_txtedtengine.cpp1656 int32_t nCopyLen = nPos - nSrcPos + 1; in RecoverParagEnd() local
1658 nCopyLen * sizeof(FX_WCHAR)); in RecoverParagEnd()
1659 nDstPos += nCopyLen; in RecoverParagEnd()
1660 nSrcPos += nCopyLen; in RecoverParagEnd()