Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/
Dcfx_string_data_template.h76 void CopyContentsAt(FX_STRSIZE offset, in CopyContentsAt() function
Dfx_basic_wstring.cpp108 m_pData->CopyContentsAt(str1.GetLength(), str2.c_str(), str2.GetLength()); in CFX_WideString()
334 m_pData->CopyContentsAt(m_pData->m_nDataLength, pSrcData, nSrcLen); in Concat()
342 pNewData->CopyContentsAt(m_pData->m_nDataLength, pSrcData, nSrcLen); in Concat()
Dfx_basic_bstring.cpp130 m_pData->CopyContentsAt(str1.GetLength(), str2.c_str(), str2.GetLength()); in CFX_ByteString()
385 m_pData->CopyContentsAt(m_pData->m_nDataLength, pSrcData, nSrcLen); in Concat()
393 pNewData->CopyContentsAt(m_pData->m_nDataLength, pSrcData, nSrcLen); in Concat()