Home
last modified time | relevance | path

Searched defs:matchc (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/antlr/runtime/C/include/
H A Dantlr3lexer.h152 ANTLR3_BOOLEAN (*matchc) (struct ANTLR3_LEXER_struct * lexer, ANTLR3_UCHAR c); member
/aosp_15_r20/external/antlr/runtime/C/src/
H A Dantlr3lexer.c771 matchc(pANTLR3_LEXER lexer, ANTLR3_UCHAR c) in matchc() function
/aosp_15_r20/external/antlr/runtime/Cpp/include/
H A Dantlr3lexer.inl268 bool Lexer<ImplTraits>::matchc(ANTLR_UCHAR c) function in Lexer