Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/
Dbytestring.cpp615 char* pstrEnd = m_pData->m_String + m_pData->m_nDataLength; in Remove() local
616 while (pstrSource < pstrEnd) { in Remove()
621 if (pstrSource == pstrEnd) in Remove()
627 pstrEnd = m_pData->m_String + m_pData->m_nDataLength; in Remove()
630 while (pstrSource < pstrEnd) { in Remove()
Dwidestring.cpp785 wchar_t* pstrEnd = m_pData->m_String + m_pData->m_nDataLength; in Remove() local
786 while (pstrSource < pstrEnd) { in Remove()
791 if (pstrSource == pstrEnd) in Remove()
797 pstrEnd = m_pData->m_String + m_pData->m_nDataLength; in Remove()
800 while (pstrSource < pstrEnd) { in Remove()