HomeSort by relevance Sort by last modified time
    Searched defs:pstrDest (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/src/fxcrt/
fx_basic_bstring.cpp 861 FX_LPSTR pstrDest = m_pData->m_String;
865 *pstrDest = *pstrSource;
866 pstrDest ++;
870 *pstrDest = 0;
871 FX_STRSIZE nCount = (FX_STRSIZE)(pstrSource - pstrDest);
    [all...]
fx_basic_wstring.cpp 768 FX_LPWSTR pstrDest = m_pData->m_String;
772 *pstrDest = *pstrSource;
773 pstrDest ++;
777 *pstrDest = 0;
778 FX_STRSIZE nCount = (FX_STRSIZE)(pstrSource - pstrDest);
    [all...]

Completed in 622 milliseconds