Searched refs:wsFormcalc (Results 1 - 7 of 7) sorted by relevance

/external/pdfium/xfa/src/fxfa/src/fm2js/
H A Dxfa_program.h13 int32_t Init(const CFX_WideStringC& wsFormcalc);
H A Dxfa_program.cpp15 int32_t CXFA_FMProgram::Init(const CFX_WideStringC& wsFormcalc) { argument
16 return m_parse.Init(wsFormcalc, &m_pErrorInfo);
H A Dxfa_fm2jsapi.cpp11 int32_t XFA_FM2JS_Translate(const CFX_WideStringC& wsFormcalc, argument
14 if (wsFormcalc.IsEmpty()) {
21 status = program.Init(wsFormcalc);
H A Dxfa_fmparse.h13 int32_t Init(const CFX_WideStringC& wsFormcalc, CXFA_FMErrorInfo* pErrorInfo);
H A Dxfa_lexer.h97 CXFA_FMLexer(const CFX_WideStringC& wsFormcalc, CXFA_FMErrorInfo* pErrorInfo);
H A Dxfa_fmparse.cpp24 int32_t CXFA_FMParse::Init(const CFX_WideStringC& wsFormcalc, argument
26 m_pScript = wsFormcalc.GetPtr();
27 m_uLength = wsFormcalc.GetLength();
29 m_lexer = new CXFA_FMLexer(wsFormcalc, m_pErrorInfo);
/external/pdfium/xfa/src/fxfa/src/common/
H A Dxfa_fm2jsapi.h14 int32_t XFA_FM2JS_Translate(const CFX_WideStringC& wsFormcalc,

Completed in 76 milliseconds