Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcrt/
Dfx_basic_bstring.cpp863 FX_LPSTR pstrDest = m_pData->m_String; in Remove() local
867 *pstrDest = *pstrSource; in Remove()
868 pstrDest ++; in Remove()
872 *pstrDest = 0; in Remove()
873 FX_STRSIZE nCount = (FX_STRSIZE)(pstrSource - pstrDest); in Remove()
Dfx_basic_wstring.cpp738 FX_LPWSTR pstrDest = m_pData->m_String; in Remove() local
742 *pstrDest = *pstrSource; in Remove()
743 pstrDest ++; in Remove()
747 *pstrDest = 0; in Remove()
748 FX_STRSIZE nCount = (FX_STRSIZE)(pstrSource - pstrDest); in Remove()