Searched refs:pstrDest (Results 1 – 2 of 2) sorted by relevance
723 FX_WCHAR* pstrDest = m_pData->m_String; in Remove() local727 *pstrDest = *pstrSource; in Remove()728 pstrDest++; in Remove()732 *pstrDest = 0; in Remove()733 FX_STRSIZE nCount = (FX_STRSIZE)(pstrSource - pstrDest); in Remove()
832 FX_CHAR* pstrDest = m_pData->m_String; in Remove() local836 *pstrDest = *pstrSource; in Remove()837 pstrDest++; in Remove()841 *pstrDest = 0; in Remove()842 FX_STRSIZE nCount = (FX_STRSIZE)(pstrSource - pstrDest); in Remove()