Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/
Dfx_basic_wstring.cpp725 FX_WCHAR* pstrDest = pstrSource; in Remove() local
728 *pstrDest = *pstrSource; in Remove()
729 pstrDest++; in Remove()
734 *pstrDest = 0; in Remove()
735 FX_STRSIZE nCount = (FX_STRSIZE)(pstrSource - pstrDest); in Remove()
Dfx_basic_bstring.cpp773 FX_CHAR* pstrDest = pstrSource; in Remove() local
776 *pstrDest = *pstrSource; in Remove()
777 pstrDest++; in Remove()
782 *pstrDest = 0; in Remove()
783 FX_STRSIZE nCount = (FX_STRSIZE)(pstrSource - pstrDest); in Remove()