Home | History | Annotate | Download | only in fxcrt

Lines Matching defs:pDest

909     FX_LPSTR pDest = pNewData->m_String;

912 FXSYS_memcpy32(pDest, pStart, pTarget - pStart);
913 pDest += pTarget - pStart;
914 FXSYS_memcpy32(pDest, lpszNew.GetCStr(), lpszNew.GetLength());
915 pDest += lpszNew.GetLength();
918 FXSYS_memcpy32(pDest, pStart, pEnd - pStart);