Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/fm2js/
Dcxfa_fmlexer.h62 TOKendfunc, enumerator
Dcxfa_fmparser.cpp81 if (m_token.m_type == TOKeof || m_token.m_type == TOKendfunc || in ParseExpressionList()
85 m_token.m_type == TOKendfunc || m_token.m_type == TOKreserver) { in ParseExpressionList()
150 if (m_token.m_type != TOKendfunc) in ParseFunction()
153 if (!CheckThenNext(TOKendfunc)) in ParseFunction()
Dcxfa_fmlexer.cpp66 {TOKendfunc, "endfunc"},
Dcxfa_fmlexer_unittest.cpp133 {L"endfunc", TOKendfunc}, in TEST()