Searched refs:CopyContentsAt (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/core/fxcrt/ |
D | cfx_string_data_template.h | 76 void CopyContentsAt(FX_STRSIZE offset, in CopyContentsAt() function
|
D | fx_basic_wstring.cpp | 108 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()
|
D | fx_basic_bstring.cpp | 130 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()
|