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()
21 while (m_pCur < m_pEnd && (*m_pCur <= ' ' || *m_pCur == m_Separator)) in NextValue()
24 if (m_pCur >= m_pEnd) in NextValue()
36 while (m_pCur < m_pEnd && (*m_pCur > ' ' && *m_pCur != m_Separator)) in NextValue()
47 } else if (m_pEnd - m_pCur > 5 && m_pCur[3] == '(') { in NextValue()
57 return m_pCur <= m_pEnd && *iLength > 0; in NextValue()
65 while (m_pCur < m_pEnd && *m_pCur != wch) { in SkipTo()
81 while (bracketCount > 0 && m_pCur < m_pEnd) { in SkipTo()
Dcfx_cssvaluelistparser.h27 const wchar_t* m_pEnd; variable
/external/pdfium/core/fpdfdoc/
Dcpdf_interform.cpp306 m_pEnd = m_pCur + m_FullName.GetLength(); in CFieldNameExtractor()
311 while (m_pCur < m_pEnd && m_pCur[0] != L'.') in GetNext()
315 if (m_pCur < m_pEnd && m_pCur[0] == L'.') in GetNext()
322 const wchar_t* m_pEnd; member in __anonbef5a9e50111::CFieldNameExtractor