OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:appendS
(Results
1 - 2
of
2
) sorted by null
/external/antlr/antlr-3.4/runtime/C/include/
antlr3string.h
128
/** Pointer to function
appends
a copy of the characters contained in another string. Strings must be in the
131
pANTLR3_UINT8 (*
appendS
) (struct ANTLR3_STRING_struct * string, struct ANTLR3_STRING_struct * newbit);
/external/antlr/antlr-3.4/runtime/C/src/
antlr3string.c
66
static pANTLR3_UINT8
appendS
(pANTLR3_STRING string, pANTLR3_STRING newbit);
287
string->
appendS
=
appendS
;
325
string->
appendS
=
appendS
;
[
all
...]
Completed in 235 milliseconds