Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/fm2js/
Dcxfa_fmlexer.h73 TOKfunc, enumerator
Dcxfa_fmlexer_unittest.cpp130 {L"func", TOKfunc}, in TEST()
Dcxfa_fmlexer.cpp98 {TOKfunc, 0xcdce60ec, L"func"},
Dcxfa_fmparser.cpp80 expr = m_token->m_type == TOKfunc ? ParseFunction() : ParseExpression(); in ParseTopExpression()
962 case TOKfunc: in ParseBlockExpression()