Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/fm2js/
Dxfa_lexer.h13 TOKmul, enumerator
Dxfa_lexer.cpp84 {TOKmul, 0x0000002a, L"*"},
342 p->m_type = TOKmul; in Scan()
Dxfa_fmparse.cpp457 case TOKmul: in ParseMultiplicativeExpression()
461 e1 = new CXFA_FMMultiplicativeExpression(line, TOKmul, e1, e2); in ParseMultiplicativeExpression()
800 if (m_pToken->m_type == TOKmul) { in ParseIndexExpression()
Dxfa_simpleexpression.cpp383 case TOKmul: in ToJavaScript()