Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/fm2js/
Dcxfa_fmparser.cpp146 if (!CheckThenNext(TOKdo)) in ParseFunction()
195 case TOKdo: in ParseExpression()
1000 if (!pCondition || !CheckThenNext(TOKdo)) in ParseWhileExpression()
1059 if (!CheckThenNext(TOKdo)) in ParseForExpression()
1119 if (m_token.m_type != TOKdo) in ParseDoExpression()
1125 if (!CheckThenNext(TOKdo)) in ParseDoExpression()
Dcxfa_fmlexer.h35 TOKdo, enumerator
Dcxfa_fmlexer.cpp39 {TOKdo, "do"},
Dcxfa_fmlexer_unittest.cpp127 {L"do", TOKdo}, in TEST()