Home
last modified time | relevance | path

Searched refs:pstrSource (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/src/fxcrt/
Dfx_basic_wstring.cpp722 FX_WCHAR* pstrSource = m_pData->m_String; in Remove() local
725 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()
Dfx_basic_bstring.cpp831 FX_CHAR* pstrSource = m_pData->m_String; in Remove() local
834 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()