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

  /external/pdfium/core/fxcrt/
fx_basic_bstring.cpp 759 FX_CHAR* pstrEnd = m_pData->m_String + m_pData->m_nDataLength;
760 while (pstrSource < pstrEnd) {
765 if (pstrSource == pstrEnd)
771 pstrEnd = m_pData->m_String + m_pData->m_nDataLength;
774 while (pstrSource < pstrEnd) {
fx_basic_wstring.cpp 711 FX_WCHAR* pstrEnd = m_pData->m_String + m_pData->m_nDataLength;
712 while (pstrSource < pstrEnd) {
717 if (pstrSource == pstrEnd)
723 pstrEnd = m_pData->m_String + m_pData->m_nDataLength;
726 while (pstrSource < pstrEnd) {

Completed in 53 milliseconds