Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/fm2js/
Dcxfa_fmlexer.h105 explicit CXFA_FMLexer(WideStringView wsFormcalc);
Dcxfa_fmparser.h18 explicit CXFA_FMParser(WideStringView wsFormcalc);
Dcxfa_fmparser.cpp24 CXFA_FMParser::CXFA_FMParser(WideStringView wsFormcalc) in CXFA_FMParser() argument
25 : m_lexer(pdfium::MakeUnique<CXFA_FMLexer>(wsFormcalc)), in CXFA_FMParser()
/external/pdfium/fxjs/xfa/
Dcfxjse_formcalc_context.h386 static bool Translate(WideStringView wsFormcalc,
Dcfxjse_formcalc_context.cpp5689 bool CFXJSE_FormCalcContext::Translate(WideStringView wsFormcalc, in Translate() argument
5691 if (wsFormcalc.IsEmpty()) { in Translate()
5696 CXFA_FMParser parser(wsFormcalc); in Translate()