Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/fm2js/
Dxfa_lexer.h31 TOKge, enumerator
Dxfa_lexer.cpp102 {TOKge, 0x00013e3b, L">="},
291 p->m_type = TOKge; in Scan()
Dxfa_fmparse.cpp400 case TOKge: in ParseRelationalExpression()
405 e1 = new CXFA_FMRelationalExpression(line, TOKge, e1, e2); in ParseRelationalExpression()
Dxfa_simpleexpression.cpp336 case TOKge: in ToJavaScript()