Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/fm2js/
Dxfa_lexer.h81 TOKstring, enumerator
Dxfa_fmparse.cpp144 case TOKstring: in ParseExpression()
497 case TOKstring: in ParsePrimaryExpression()
Dxfa_lexer.cpp208 p->m_type = TOKstring; in Scan()
Dxfa_simpleexpression.cpp150 : CXFA_FMSimpleExpression(line, TOKstring), m_wsString(wsString) {} in CXFA_FMStringExpression()