Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/fm2js/
Dcxfa_fmlexer.h107 explicit CXFA_FMLexer(const WideStringView& wsFormcalc);
Dcxfa_fmparser.h18 explicit CXFA_FMParser(const WideStringView& wsFormcalc);
Dcxfa_fmparser.cpp23 CXFA_FMParser::CXFA_FMParser(const WideStringView& wsFormcalc) in CXFA_FMParser() argument
25 m_lexer = pdfium::MakeUnique<CXFA_FMLexer>(wsFormcalc); in CXFA_FMParser()
/external/pdfium/fxjs/
Dcfxjse_formcalc_context.h420 static bool Translate(const WideStringView& wsFormcalc,
Dcfxjse_formcalc_context.cpp6168 bool CFXJSE_FormCalcContext::Translate(const WideStringView& wsFormcalc, in Translate() argument
6170 if (wsFormcalc.IsEmpty()) { in Translate()
6175 CXFA_FMParser parser(wsFormcalc); in Translate()