Home | History | Annotate | Download | only in crt

Lines Matching full:psrc

863   const FX_WCHAR* pSrc = (const FX_WCHAR*)(FX_CHAR*)(m_pData + m_iPosition);
865 while (*pSrc && iCount < iLen) {
866 *pStr++ = *pSrc++;
870 bEOS = (*pSrc == L'\0') || (m_iPosition >= m_iLength);