Home
last modified time | relevance | path

Searched refs:pstrEnd (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fxcrt/
Dbytestring.cpp596 char* pstrEnd = m_pData->m_String + m_pData->m_nDataLength; in Remove() local
597 while (pstrSource < pstrEnd) { in Remove()
602 if (pstrSource == pstrEnd) in Remove()
608 pstrEnd = m_pData->m_String + m_pData->m_nDataLength; in Remove()
611 while (pstrSource < pstrEnd) { in Remove()
Dwidestring.cpp815 wchar_t* pstrEnd = m_pData->m_String + m_pData->m_nDataLength; in Remove() local
816 while (pstrSource < pstrEnd) { in Remove()
821 if (pstrSource == pstrEnd) in Remove()
827 pstrEnd = m_pData->m_String + m_pData->m_nDataLength; in Remove()
830 while (pstrSource < pstrEnd) { in Remove()