OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:matchs
(Results
1 - 6
of
6
) sorted by null
/external/antlr/antlr-3.4/runtime/C/include/
antlr3lexer.h
145
ANTLR3_BOOLEAN (*
matchs
) (struct ANTLR3_LEXER_struct * lexer, ANTLR3_UCHAR * string);
member in struct:ANTLR3_LEXER_struct
/external/antlr/antlr-3.4/runtime/C/src/
antlr3lexer.c
49
static ANTLR3_BOOLEAN
matchs
(pANTLR3_LEXER lexer, ANTLR3_UCHAR * string);
136
lexer->
matchs
=
matchs
;
719
/** Implementation of
matchs
for the lexer, overrides any
727
matchs
(pANTLR3_LEXER lexer, ANTLR3_UCHAR * string)
function
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
C.stg
158
/** String literals used by <name> that we must do things like
MATCHS
() with.
210
#undef
MATCHS
249
#define
MATCHS
(s) LEXER->
matchs
(LEXER, s)
[
all
...]
/external/owasp/sanitizer/tools/findbugs/lib/
bcel.jar
/prebuilts/tools/common/m2/repository/com/google/code/findbugs/bcel/2.0.1/
bcel-2.0.1.jar
/prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar
Completed in 327 milliseconds