Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/fm2js/
Dcxfa_fmlexer.h38 TOKdo, enumerator
Dcxfa_fmparser.cpp138 if (!CheckThenNext(TOKdo)) in ParseFunction()
186 case TOKdo: in ParseExpression()
1064 if (!pCondition || !CheckThenNext(TOKdo)) in ParseWhileExpression()
1147 if (!CheckThenNext(TOKdo)) in ParseForExpression()
1201 if (!CheckThenNext(TOKrparen) || !CheckThenNext(TOKdo)) in ParseForeachExpression()
Dcxfa_fmlexer.cpp63 {TOKdo, 0x00020153, L"do"},
102 const XFA_FM_TOKEN KEYWORD_START = TOKdo;
Dcxfa_fmlexer_unittest.cpp117 {L"do", TOKdo}, in TEST()