Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fgas/src/xml/
Dfx_sax_imp.cpp115 m_iNameLength = 0; in Reset()
432 m_iNameLength = m_iDataPos; in ParseTagAttributeName()
462 m_iDataPos = m_iNameLength; in ParseTagAttributeEqual()
497 m_iNameLength = m_iDataPos; in ParseMaybeClose()
644 CFX_ByteStringC(m_pszName, m_iNameLength), in NotifyAttribute()
673 CFX_ByteStringC(m_pszName, m_iNameLength), in NotifyTargetData()
Dfx_sax_imp.h115 int32_t m_iNameLength; variable