Searched refs:AllocCopy (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/core/src/fxcrt/ |
D | fx_basic_wstring.cpp | 387 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()
|
D | fx_basic_bstring.cpp | 445 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/ |
D | fx_string.h | 335 void AllocCopy(CFX_ByteString& dest, 724 void AllocCopy(CFX_WideString& dest,
|