Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/fm2js/
Dcxfa_fmparser.cpp619 if (m_token->m_type == TOKlbracket) { in ParsePrimaryExpression()
703 if (m_token->m_type != TOKlbracket) in ParsePostExpression()
761 if (m_token->m_type != TOKlbracket) in ParsePostExpression()
770 } else if (m_token->m_type == TOKlbracket) { in ParsePostExpression()
797 if (m_token->m_type == TOKlbracket) { in ParsePostExpression()
824 if (m_token->m_type != TOKlbracket) { in ParsePostExpression()
Dcxfa_fmlexer.h28 TOKlbracket, enumerator
Dcxfa_fmlexer.cpp53 {TOKlbracket, 0x0000005b, L"["},
276 m_token->m_type = TOKlbracket; in NextToken()
Dcxfa_fmlexer_unittest.cpp156 {L"[", TOKlbracket}, in TEST()
Dcxfa_fmsimpleexpression.cpp774 : CXFA_FMUnaryExpression(line, TOKlbracket, std::move(pIndexExp)), in CXFA_FMIndexExpression()