OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:compareS
(Results
1 - 2
of
2
) sorted by null
/external/antlr/antlr-3.4/runtime/C/include/
antlr3string.h
153
/** Pointer to function that
compares
the text of a string to the supplied
158
/** Pointer to a function that
compares
the text of a string with the supplied character string
164
/** Pointer to a function that
compares
the text of a string with the supplied string
168
ANTLR3_UINT32 (*
compareS
) (struct ANTLR3_STRING_struct * string, struct ANTLR3_STRING_struct * compStr);
/external/antlr/antlr-3.4/runtime/C/src/
antlr3string.c
79
static ANTLR3_UINT32
compareS
(pANTLR3_STRING string, pANTLR3_STRING compStr);
285
string->
compareS
=
compareS
;
323
string->
compareS
=
compareS
;
[
all
...]
Completed in 122 milliseconds