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

  /external/pdfium/core/src/fxcrt/
fx_basic_bstring.cpp 445 AllocCopy(dest, nCount, nFirst);
448 void CFX_ByteString::AllocCopy(CFX_ByteString& dest,
725 AllocCopy(dest, nCount, m_pData->m_nDataLength - nCount);
739 AllocCopy(dest, nCount, 0);
fx_basic_wstring.cpp 387 void CFX_WideString::AllocCopy(CFX_WideString& dest,
416 AllocCopy(dest, nCount, 0);
442 AllocCopy(dest, nCount, nFirst);
456 AllocCopy(dest, nCount, m_pData->m_nDataLength - nCount);
  /external/pdfium/core/include/fxcrt/
fx_string.h 335 void AllocCopy(CFX_ByteString& dest,
724 void AllocCopy(CFX_WideString& dest,

Completed in 521 milliseconds