OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:compare8
(Results
1 - 2
of
2
) sorted by null
/external/antlr/antlr-3.4/runtime/C/include/
antlr3string.h
156
ANTLR3_UINT32 (*
compare8
) (struct ANTLR3_STRING_struct * string, const char * compStr);
member in struct:ANTLR3_STRING_struct
/external/antlr/antlr-3.4/runtime/C/src/
antlr3string.c
76
static ANTLR3_UINT32
compare8
(pANTLR3_STRING string, const char * compStr);
279
string->compare =
compare8
;
280
string->
compare8
=
compare8
;
317
string->
compare8
= compareUTF16_8;
1169
compare8
(pANTLR3_STRING string, const char * compStr)
function
[
all
...]
Completed in 34 milliseconds