Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/fm2js/
Dcxfa_fmlexer.h70 TOKfunc, enumerator
Dcxfa_fmlexer.cpp74 {TOKfunc, "func"},
Dcxfa_fmlexer_unittest.cpp140 {L"func", TOKfunc}, in TEST()
Dcxfa_fmparser.cpp90 m_token.m_type == TOKfunc ? ParseFunction() : ParseExpression(); in ParseExpressionList()
113 if (!CheckThenNext(TOKfunc)) in ParseFunction()