Searched refs:AllocCopy (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/core/src/fxcrt/ |
D | fx_basic_bstring.cpp | 470 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()
|
D | fx_basic_wstring.cpp | 401 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/ |
D | fx_string.h | 384 void AllocCopy(CFX_ByteString& dest, FX_STRSIZE nCopyLen, FX_STRSIZE nCopyIndex) const; 816 …void AllocCopy(CFX_WideString& dest, FX_STRSIZE nCopyLen, FX_STRSIZE nCopyIndex…
|