Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/fm2js/
Dcxfa_fmlexer.h19 TOKmul, enumerator
Dcxfa_fmlexer.cpp44 {TOKmul, 0x0000002a, L"*"},
301 m_token->m_type = TOKmul; in NextToken()
Dcxfa_fmparser.cpp517 case TOKmul: in ParseMultiplicativeExpression()
526 line, TOKmul, std::move(e1), std::move(e2)); in ParseMultiplicativeExpression()
869 if (m_token->m_type == TOKmul) { in ParseIndexExpression()
Dcxfa_fmlexer_unittest.cpp107 {L"*", TOKmul}, in TEST()
Dcxfa_fmsimpleexpression.cpp499 case TOKmul: in ToJavaScript()