Searched refs:AllocCopy (Results 1 - 3 of 3) sorted by relevance

/external/pdfium/core/src/fxcrt/
H A Dfx_basic_bstring.cpp470 AllocCopy(dest, nCount, nFirst, 0);
473 void CFX_ByteString::AllocCopy(CFX_ByteString& dest, FX_STRSIZE nCopyLen, FX_STRSIZE nCopyIndex, function in class:CFX_ByteString
751 AllocCopy(dest, nCount, m_pData->m_nDataLength - nCount, 0);
766 AllocCopy(dest, nCount, 0, 0);
H A Dfx_basic_wstring.cpp424 void CFX_WideString::AllocCopy(CFX_WideString& dest, FX_STRSIZE nCopyLen, FX_STRSIZE nCopyIndex, function in class:CFX_WideString
449 AllocCopy(dest, nCount, 0, 0);
477 AllocCopy(dest, nCount, nFirst, 0);
492 AllocCopy(dest, nCount, m_pData->m_nDataLength - nCount, 0);
/external/pdfium/core/include/fxcrt/
H A Dfx_string.h343 void AllocCopy(CFX_ByteString& dest, FX_STRSIZE nCopyLen, FX_STRSIZE nCopyIndex, FX_STRSIZE nExtraLen) const;
759 void AllocCopy(CFX_WideString& dest, FX_STRSIZE nCopyLen, FX_STRSIZE nCopyIndex, FX_STRSIZE nExtraLen) const;

Completed in 86 milliseconds