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 375 int nBytesToCopy = nOldLength - mLength + 1;
377 nBytesToCopy);
fx_basic_wstring.cpp 706 int nBytesToCopy = nOldLength - (nIndex + nCount) + 1;
709 nBytesToCopy * sizeof(FX_WCHAR));

Completed in 47 milliseconds