Searched refs:wsFormcalc (Results 1 – 5 of 5) sorted by relevance
105 explicit CXFA_FMLexer(WideStringView wsFormcalc);
18 explicit CXFA_FMParser(WideStringView wsFormcalc);
24 CXFA_FMParser::CXFA_FMParser(WideStringView wsFormcalc) in CXFA_FMParser() argument25 : m_lexer(pdfium::MakeUnique<CXFA_FMLexer>(wsFormcalc)), in CXFA_FMParser()
386 static bool Translate(WideStringView wsFormcalc,
5689 bool CFXJSE_FormCalcContext::Translate(WideStringView wsFormcalc, in Translate() argument5691 if (wsFormcalc.IsEmpty()) { in Translate()5696 CXFA_FMParser parser(wsFormcalc); in Translate()