Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcrt/
Dfx_basic_bstring.cpp470 AllocCopy(dest, nCount, nFirst); in Mid()
473 void CFX_ByteString::AllocCopy(CFX_ByteString& dest, FX_STRSIZE nCopyLen, FX_STRSIZE nCopyIndex) co… in AllocCopy() function in CFX_ByteString
753 AllocCopy(dest, nCount, m_pData->m_nDataLength - nCount); in Right()
768 AllocCopy(dest, nCount, 0); in Left()
Dfx_basic_wstring.cpp401 void CFX_WideString::AllocCopy(CFX_WideString& dest, FX_STRSIZE nCopyLen, FX_STRSIZE nCopyIndex) co… in AllocCopy() function in CFX_WideString
428 AllocCopy(dest, nCount, 0); in Left()
456 AllocCopy(dest, nCount, nFirst); in Mid()
471 AllocCopy(dest, nCount, m_pData->m_nDataLength - nCount); in Right()
/external/pdfium/core/include/fxcrt/
Dfx_string.h384 void AllocCopy(CFX_ByteString& dest, FX_STRSIZE nCopyLen, FX_STRSIZE nCopyIndex) const;
816 …void AllocCopy(CFX_WideString& dest, FX_STRSIZE nCopyLen, FX_STRSIZE nCopyIndex…