Searched refs:wsFormCalc (Results 1 – 1 of 1) sorted by relevance
158 CXFA_FMLexer::CXFA_FMLexer(const WideStringView& wsFormCalc) in CXFA_FMLexer() argument159 : m_cursor(wsFormCalc.unterminated_c_str()), in CXFA_FMLexer()160 m_end(m_cursor + wsFormCalc.GetLength() - 1), in CXFA_FMLexer()