HomeSort by relevance Sort by last modified time
    Searched refs:m_uCurrentLine (Results 1 - 2 of 2) sorted by null

  /external/pdfium/xfa/fxfa/fm2js/
xfa_lexer.h 117 void SetCurrentLine(uint32_t line) { m_uCurrentLine = line; }
131 uint32_t m_uCurrentLine;
xfa_lexer.cpp 164 : m_ptr(wsFormCalc.c_str()), m_uCurrentLine(1), m_pErrorInfo(pErrorInfo) {}
175 CXFA_FMToken* p = new CXFA_FMToken(m_uCurrentLine);
194 ++m_uCurrentLine;
195 p->m_uLinenum = m_uCurrentLine;
505 ++m_uCurrentLine;
534 m_pErrorInfo->linenum = m_uCurrentLine;

Completed in 711 milliseconds