Searched refs:pstrSource (Results 1 – 2 of 2) sorted by relevance
614 char* pstrSource = m_pData->m_String; in Remove() local616 while (pstrSource < pstrEnd) { in Remove()617 if (*pstrSource == chRemove) in Remove()619 pstrSource++; in Remove()621 if (pstrSource == pstrEnd) in Remove()624 ptrdiff_t copied = pstrSource - m_pData->m_String; in Remove()626 pstrSource = m_pData->m_String + copied; in Remove()629 char* pstrDest = pstrSource; in Remove()630 while (pstrSource < pstrEnd) { in Remove()631 if (*pstrSource != chRemove) { in Remove()[all …]
784 wchar_t* pstrSource = m_pData->m_String; in Remove() local786 while (pstrSource < pstrEnd) { in Remove()787 if (*pstrSource == chRemove) in Remove()789 pstrSource++; in Remove()791 if (pstrSource == pstrEnd) in Remove()794 ptrdiff_t copied = pstrSource - m_pData->m_String; in Remove()796 pstrSource = m_pData->m_String + copied; in Remove()799 wchar_t* pstrDest = pstrSource; in Remove()800 while (pstrSource < pstrEnd) { in Remove()801 if (*pstrSource != chRemove) { in Remove()[all …]