Home
last modified time | relevance | path

Searched refs:nBytesToCopy (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/src/fxcrt/
Dfx_basic_wstring.cpp721 int nBytesToCopy = nOldLength - (nIndex + nCount) + 1; in Delete() local
723 m_pData->m_String + nIndex + nCount, nBytesToCopy * sizeof(FX_WCHAR)); in Delete()
Dfx_basic_bstring.cpp401 int nBytesToCopy = nOldLength - mLength + 1; in Delete() local
403 m_pData->m_String + mLength, nBytesToCopy); in Delete()