Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_interactiveform.cpp330 void GetNext(const wchar_t*& pSubName, size_t& size) { in GetNext() argument
331 pSubName = m_pCur; in GetNext()
335 size = static_cast<size_t>(m_pCur - pSubName); in GetNext()