Searched refs:pstrSource (Results 1 – 2 of 2) sorted by relevance
595 char* pstrSource = m_pData->m_String; in Remove() local597 while (pstrSource < pstrEnd) { in Remove()598 if (*pstrSource == chRemove) in Remove()600 pstrSource++; in Remove()602 if (pstrSource == pstrEnd) in Remove()605 ptrdiff_t copied = pstrSource - m_pData->m_String; in Remove()607 pstrSource = m_pData->m_String + copied; in Remove()610 char* pstrDest = pstrSource; in Remove()611 while (pstrSource < pstrEnd) { in Remove()612 if (*pstrSource != chRemove) { in Remove()[all …]
814 wchar_t* pstrSource = m_pData->m_String; in Remove() local816 while (pstrSource < pstrEnd) { in Remove()817 if (*pstrSource == chRemove) in Remove()819 pstrSource++; in Remove()821 if (pstrSource == pstrEnd) in Remove()824 ptrdiff_t copied = pstrSource - m_pData->m_String; in Remove()826 pstrSource = m_pData->m_String + copied; in Remove()829 wchar_t* pstrDest = pstrSource; in Remove()830 while (pstrSource < pstrEnd) { in Remove()831 if (*pstrSource != chRemove) { in Remove()[all …]