HomeSort by relevance Sort by last modified time
    Searched refs:appendS (Results 1 - 6 of 6) 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...]
antlr3basetree.c 307 string->appendS (string, tree->toString(tree));
322 string->appendS(string, t->toStringTree(t));
antlr3commontoken.c 566 outtext->appendS(outtext, text);
antlr3commontreenodestream.c 850 buf->appendS(buf, text);
antlr3tokenstream.c 569 string->appendS(string, tok->getText(tok));

Completed in 29 milliseconds