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 860 FX_LPSTR pstrSource = m_pData->m_String;
863 while (pstrSource < pstrEnd) {
864 if (*pstrSource != chRemove) {
865 *pstrDest = *pstrSource;
868 pstrSource ++;
871 FX_STRSIZE nCount = (FX_STRSIZE)(pstrSource - pstrDest);
    [all...]
fx_basic_wstring.cpp 767 FX_LPWSTR pstrSource = m_pData->m_String;
770 while (pstrSource < pstrEnd) {
771 if (*pstrSource != chRemove) {
772 *pstrDest = *pstrSource;
775 pstrSource ++;
778 FX_STRSIZE nCount = (FX_STRSIZE)(pstrSource - pstrDest);
    [all...]

Completed in 323 milliseconds