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

  /external/pdfium/core/fxcrt/
fx_string.h 164 void AllocCopy(CFX_ByteString& dest,
358 void AllocCopy(CFX_WideString& dest,
fx_basic_bstring.cpp 417 AllocCopy(dest, nCount, nFirst);
421 void CFX_ByteString::AllocCopy(CFX_ByteString& dest,
682 AllocCopy(dest, nCount, m_pData->m_nDataLength - nCount);
695 AllocCopy(dest, nCount, 0);
fx_basic_wstring.cpp 387 AllocCopy(dest, nCount, nFirst);
391 void CFX_WideString::AllocCopy(CFX_WideString& dest,
646 AllocCopy(dest, nCount, m_pData->m_nDataLength - nCount);
659 AllocCopy(dest, nCount, 0);

Completed in 56 milliseconds