Home
last modified time | relevance | path

Searched refs:matchs (Results 1 – 4 of 4) sorted by relevance

/external/antlr/antlr-3.4/runtime/C/include/
Dantlr3lexer.h145 ANTLR3_BOOLEAN (*matchs) (struct ANTLR3_LEXER_struct * lexer, ANTLR3_UCHAR * string); member
/external/antlr/antlr-3.4/runtime/C/src/
Dantlr3lexer.c49 static ANTLR3_BOOLEAN matchs (pANTLR3_LEXER lexer, ANTLR3_UCHAR * string);
136 lexer->matchs = matchs; in antlr3LexerNew()
727 matchs(pANTLR3_LEXER lexer, ANTLR3_UCHAR * string) in matchs() function
/external/libcxx/include/
Dalgorithm954 // Find last element in sequence 1 that matchs *(__last2-1), with a mininum of loop checks
1427 // Find first element in sequence 1 that matchs *__first2, with a mininum of loop checks
1600 // Find first element in sequence that matchs __value_, with a mininum of loop checks
1641 // Find first element in sequence that matchs __value_, with a mininum of loop checks
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
DC.stg249 #define MATCHS(s) LEXER->matchs(LEXER, s)