Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/fm2js/
Dcxfa_fmlexer.h33 TOKdotdot, enumerator
Dcxfa_fmlexer.cpp58 {TOKdotdot, 0x0000ec1c, L".."},
334 m_token->m_type = TOKdotdot; in NextToken()
Dcxfa_fmparser.cpp786 case TOKdotdot: { in ParsePostExpression()
803 tempLine, std::move(expr), TOKdotdot, tempStr, std::move(s)); in ParsePostExpression()
809 line, std::move(expr), TOKdotdot, tempStr, std::move(s)); in ParsePostExpression()
Dcxfa_fmlexer_unittest.cpp158 {L"..", TOKdotdot}, in TEST()
Dcxfa_fmexpression.cpp227 m_pExpression->GetOperatorToken() == TOKdotdot || in ToImpliedReturnJS()