Lines Matching refs:CXFA_FMLexer
162 CXFA_FMLexer::CXFA_FMLexer(const CFX_WideStringC& wsFormCalc, in CXFA_FMLexer() function in CXFA_FMLexer
166 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()
541 bool CXFA_FMLexer::HasError() const { in HasError()