Searched refs:pstrSource (Results 1 – 2 of 2) sorted by relevance
710 FX_WCHAR* pstrSource = m_pData->m_String; in Remove() local712 while (pstrSource < pstrEnd) { in Remove()713 if (*pstrSource == chRemove) in Remove()715 pstrSource++; in Remove()717 if (pstrSource == pstrEnd) in Remove()720 ptrdiff_t copied = pstrSource - m_pData->m_String; in Remove()722 pstrSource = m_pData->m_String + copied; in Remove()725 FX_WCHAR* pstrDest = pstrSource; in Remove()726 while (pstrSource < pstrEnd) { in Remove()727 if (*pstrSource != chRemove) { in Remove()[all …]
758 FX_CHAR* pstrSource = m_pData->m_String; in Remove() local760 while (pstrSource < pstrEnd) { in Remove()761 if (*pstrSource == chRemove) in Remove()763 pstrSource++; in Remove()765 if (pstrSource == pstrEnd) in Remove()768 ptrdiff_t copied = pstrSource - m_pData->m_String; in Remove()770 pstrSource = m_pData->m_String + copied; in Remove()773 FX_CHAR* pstrDest = pstrSource; in Remove()774 while (pstrSource < pstrEnd) { in Remove()775 if (*pstrSource != chRemove) { in Remove()[all …]