Home | History | Annotate | Download | only in fxcrt

Lines Matching defs:AllocCopy

401 void CFX_WideString::AllocCopy(CFX_WideString& dest, FX_STRSIZE nCopyLen, FX_STRSIZE nCopyIndex) const
428 AllocCopy(dest, nCount, 0);
456 AllocCopy(dest, nCount, nFirst);
471 AllocCopy(dest, nCount, m_pData->m_nDataLength - nCount);