Home
last modified time | relevance | path

Searched refs:m_pEnd (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/fxcrt/css/
Dcfx_cssvaluelistparser.cpp14 : m_Separator(separator), m_pCur(psz), m_pEnd(psz + iLen) { in CFX_CSSValueListParser()
22 while (m_pCur < m_pEnd && (*m_pCur <= ' ' || *m_pCur == m_Separator)) in NextValue()
25 if (m_pCur >= m_pEnd) in NextValue()
38 while (m_pCur < m_pEnd && (*m_pCur > ' ' && *m_pCur != m_Separator)) in NextValue()
49 } else if (m_pEnd - m_pCur > 5 && m_pCur[3] == '(') { in NextValue()
59 return m_pCur <= m_pEnd && *iLength > 0; in NextValue()
67 while (m_pCur < m_pEnd && *m_pCur != wch) { in SkipTo()
83 while (bracketCount > 0 && m_pCur < m_pEnd) { in SkipTo()
Dcfx_cssvaluelistparser.h27 const wchar_t* m_pEnd; variable
/external/pdfium/core/fpdfdoc/
Dcpdf_interactiveform.cpp327 m_pEnd = m_pCur + m_FullName.GetLength(); in CFieldNameExtractor()
332 while (m_pCur < m_pEnd && m_pCur[0] != L'.') in GetNext()
336 if (m_pCur < m_pEnd && m_pCur[0] == L'.') in GetNext()
343 const wchar_t* m_pEnd; member in __anone529c86c0111::CFieldNameExtractor