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

  /external/pdfium/core/src/fxcrt/
fx_basic_bstring.cpp 831 FX_CHAR* pstrSource = m_pData->m_String;
834 while (pstrSource < pstrEnd) {
835 if (*pstrSource != chRemove) {
836 *pstrDest = *pstrSource;
839 pstrSource++;
842 FX_STRSIZE nCount = (FX_STRSIZE)(pstrSource - pstrDest);
fx_basic_wstring.cpp 722 FX_WCHAR* pstrSource = m_pData->m_String;
725 while (pstrSource < pstrEnd) {
726 if (*pstrSource != chRemove) {
727 *pstrDest = *pstrSource;
730 pstrSource++;
733 FX_STRSIZE nCount = (FX_STRSIZE)(pstrSource - pstrDest);

Completed in 933 milliseconds