Searched refs:pstrSource (Results 1 – 2 of 2) sorted by relevance
722 FX_WCHAR* pstrSource = m_pData->m_String; in Remove() local725 while (pstrSource < pstrEnd) { in Remove()726 if (*pstrSource != chRemove) { in Remove()727 *pstrDest = *pstrSource; in Remove()730 pstrSource++; in Remove()733 FX_STRSIZE nCount = (FX_STRSIZE)(pstrSource - pstrDest); in Remove()
831 FX_CHAR* pstrSource = m_pData->m_String; in Remove() local834 while (pstrSource < pstrEnd) { in Remove()835 if (*pstrSource != chRemove) { in Remove()836 *pstrDest = *pstrSource; in Remove()839 pstrSource++; in Remove()842 FX_STRSIZE nCount = (FX_STRSIZE)(pstrSource - pstrDest); in Remove()