Searched refs:wsFormcalc (Results 1 – 5 of 5) sorted by relevance
107 explicit CXFA_FMLexer(const WideStringView& wsFormcalc);
18 explicit CXFA_FMParser(const WideStringView& wsFormcalc);
23 CXFA_FMParser::CXFA_FMParser(const WideStringView& wsFormcalc) in CXFA_FMParser() argument25 m_lexer = pdfium::MakeUnique<CXFA_FMLexer>(wsFormcalc); in CXFA_FMParser()
420 static bool Translate(const WideStringView& wsFormcalc,
6168 bool CFXJSE_FormCalcContext::Translate(const WideStringView& wsFormcalc, in Translate() argument6170 if (wsFormcalc.IsEmpty()) { in Translate()6175 CXFA_FMParser parser(wsFormcalc); in Translate()