Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcrt/
Dfx_basic_wstring.cpp387 void CFX_WideString::AllocCopy(CFX_WideString& dest, in AllocCopy() function in CFX_WideString
416 AllocCopy(dest, nCount, 0); in Left()
442 AllocCopy(dest, nCount, nFirst); in Mid()
456 AllocCopy(dest, nCount, m_pData->m_nDataLength - nCount); in Right()
Dfx_basic_bstring.cpp445 AllocCopy(dest, nCount, nFirst); in Mid()
448 void CFX_ByteString::AllocCopy(CFX_ByteString& dest, in AllocCopy() function in CFX_ByteString
725 AllocCopy(dest, nCount, m_pData->m_nDataLength - nCount); in Right()
739 AllocCopy(dest, nCount, 0); in Left()
/external/pdfium/core/include/fxcrt/
Dfx_string.h335 void AllocCopy(CFX_ByteString& dest,
724 void AllocCopy(CFX_WideString& dest,