Searched refs:CXFA_FMProgram (Results 1 – 4 of 4) sorted by relevance
14 CXFA_FMProgram::CXFA_FMProgram(const CFX_WideStringC& wsFormcalc) in CXFA_FMProgram() function in CXFA_FMProgram17 CXFA_FMProgram::~CXFA_FMProgram() {} in ~CXFA_FMProgram()19 int32_t CXFA_FMProgram::ParseProgram() { in ParseProgram()35 int32_t CXFA_FMProgram::TranslateProgram(CFX_WideTextBuf& wsJavaScript) { in TranslateProgram()
15 class CXFA_FMProgram {17 explicit CXFA_FMProgram(const CFX_WideStringC& wsFormcalc);18 ~CXFA_FMProgram();
6350 CXFA_FMProgram program(wsFormcalc); in Translate()
20 CXFA_FMProgram program(input.AsStringC()); in LLVMFuzzerTestOneInput()