Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcrt/
Dfx_basic_wstring.cpp723 FX_WCHAR* pstrDest = m_pData->m_String; in Remove() local
727 *pstrDest = *pstrSource; in Remove()
728 pstrDest++; in Remove()
732 *pstrDest = 0; in Remove()
733 FX_STRSIZE nCount = (FX_STRSIZE)(pstrSource - pstrDest); in Remove()
Dfx_basic_bstring.cpp832 FX_CHAR* pstrDest = m_pData->m_String; in Remove() local
836 *pstrDest = *pstrSource; in Remove()
837 pstrDest++; in Remove()
841 *pstrDest = 0; in Remove()
842 FX_STRSIZE nCount = (FX_STRSIZE)(pstrSource - pstrDest); in Remove()