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

/external/pdfium/core/src/fxcrt/
H A Dfx_basic_bstring.cpp402 int nBytesToCopy = nOldLength - mLength + 1; local
404 m_pData->m_String + mLength, nBytesToCopy * sizeof(char));
H A Dfx_basic_wstring.cpp751 int nBytesToCopy = nOldLength - (nIndex + nCount) + 1; local
753 m_pData->m_String + nIndex + nCount, nBytesToCopy * sizeof(FX_WCHAR));

Completed in 180 milliseconds