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

  /external/pdfium/core/src/fxcrt/
fx_basic_bstring.cpp 402 int nBytesToCopy = nOldLength - mLength + 1;
404 m_pData->m_String + mLength, nBytesToCopy * sizeof(char));
    [all...]
fx_basic_wstring.cpp 751 int nBytesToCopy = nOldLength - (nIndex + nCount) + 1;
753 m_pData->m_String + nIndex + nCount, nBytesToCopy * sizeof(FX_WCHAR));
    [all...]

Completed in 175 milliseconds