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

  /external/pdfium/core/src/fxcrt/
fx_basic_bstring.cpp 470 AllocCopy(dest, nCount, nFirst, 0);
473 void CFX_ByteString::AllocCopy(CFX_ByteString& dest, FX_STRSIZE nCopyLen, FX_STRSIZE nCopyIndex,
751 AllocCopy(dest, nCount, m_pData->m_nDataLength - nCount, 0);
766 AllocCopy(dest, nCount, 0, 0);
    [all...]
fx_basic_wstring.cpp 424 void CFX_WideString::AllocCopy(CFX_WideString& dest, FX_STRSIZE nCopyLen, FX_STRSIZE nCopyIndex,
449 AllocCopy(dest, nCount, 0, 0);
477 AllocCopy(dest, nCount, nFirst, 0);
492 AllocCopy(dest, nCount, m_pData->m_nDataLength - nCount, 0);
    [all...]

Completed in 66 milliseconds