Searched refs:nSrc1Len (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/core/src/fxcrt/ |
D | fx_basic_wstring.cpp | 238 void CFX_WideString::ConcatCopy(FX_STRSIZE nSrc1Len, in ConcatCopy() argument 242 FX_STRSIZE nNewLen = nSrc1Len + nSrc2Len; in ConcatCopy() 250 wmemcpy(m_pData->m_String, lpszSrc1Data, nSrc1Len); in ConcatCopy() 251 wmemcpy(m_pData->m_String + nSrc1Len, lpszSrc2Data, nSrc2Len); in ConcatCopy()
|
D | fx_basic_bstring.cpp | 405 void CFX_ByteString::ConcatCopy(FX_STRSIZE nSrc1Len, in ConcatCopy() argument 409 int nNewLen = nSrc1Len + nSrc2Len; in ConcatCopy() 417 memcpy(m_pData->m_String, lpszSrc1Data, nSrc1Len); in ConcatCopy() 418 memcpy(m_pData->m_String + nSrc1Len, lpszSrc2Data, nSrc2Len); in ConcatCopy()
|
/external/pdfium/core/include/fxcrt/ |
D | fx_string.h | 339 void ConcatCopy(FX_STRSIZE nSrc1Len, 719 void ConcatCopy(FX_STRSIZE nSrc1Len,
|