HomeSort by relevance Sort by last modified time
    Searched refs:CopyContentsAt (Results 1 - 3 of 3) sorted by null

  /external/pdfium/core/fxcrt/
cfx_string_data_template.h 76 void CopyContentsAt(FX_STRSIZE offset,
fx_basic_bstring.cpp 130 m_pData->CopyContentsAt(str1.GetLength(), str2.c_str(), str2.GetLength());
385 m_pData->CopyContentsAt(m_pData->m_nDataLength, pSrcData, nSrcLen);
393 pNewData->CopyContentsAt(m_pData->m_nDataLength, pSrcData, nSrcLen);
fx_basic_wstring.cpp 108 m_pData->CopyContentsAt(str1.GetLength(), str2.c_str(), str2.GetLength());
334 m_pData->CopyContentsAt(m_pData->m_nDataLength, pSrcData, nSrcLen);
342 pNewData->CopyContentsAt(m_pData->m_nDataLength, pSrcData, nSrcLen);

Completed in 504 milliseconds