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

  /external/pdfium/core/src/fxcrt/
fx_basic_bstring.cpp 833 FX_CHAR* pstrEnd = m_pData->m_String + m_pData->m_nDataLength;
834 while (pstrSource < pstrEnd) {
fx_basic_wstring.cpp 724 FX_WCHAR* pstrEnd = m_pData->m_String + m_pData->m_nDataLength;
725 while (pstrSource < pstrEnd) {

Completed in 776 milliseconds