Searched refs:CXFA_FMLexer (Results 1 – 4 of 4) sorted by relevance
162 CXFA_FMLexer::CXFA_FMLexer(const CFX_WideStringC& wsFormCalc, in CXFA_FMLexer() function in CXFA_FMLexer166 CXFA_FMLexer::~CXFA_FMLexer() {} in ~CXFA_FMLexer()168 CXFA_FMToken* CXFA_FMLexer::NextToken() { in NextToken()173 CXFA_FMToken* CXFA_FMLexer::Scan() { in Scan()405 uint32_t CXFA_FMLexer::Number(CXFA_FMToken* t, in Number()419 uint32_t CXFA_FMLexer::String(CXFA_FMToken* t, in String()459 uint32_t CXFA_FMLexer::Identifiers(CXFA_FMToken* t, in Identifiers()494 void CXFA_FMLexer::Comment(const FX_WCHAR* p, const FX_WCHAR*& pEnd) { in Comment()516 XFA_FM_TOKEN CXFA_FMLexer::IsKeyword(const CFX_WideStringC& str) { in IsKeyword()533 void CXFA_FMLexer::Error(const FX_WCHAR* msg, ...) { in Error()[all …]
104 class CXFA_FMLexer {106 CXFA_FMLexer(const CFX_WideStringC& wsFormcalc, CXFA_FMErrorInfo* pErrorInfo);107 ~CXFA_FMLexer();
51 std::unique_ptr<CXFA_FMLexer> m_lexer;
18 m_lexer = pdfium::MakeUnique<CXFA_FMLexer>(wsFormcalc, m_pErrorInfo); in CXFA_FMParse()