Searched refs:appendS (Results 1 – 6 of 6) sorted by relevance
66 static pANTLR3_UINT8 appendS (pANTLR3_STRING string, pANTLR3_STRING newbit);287 string->appendS = appendS; in stringInit8()325 string->appendS = appendS; in stringInitUTF16()1206 static pANTLR3_UINT8 appendS (pANTLR3_STRING string, pANTLR3_STRING newbit) in appendS() function
311 string->appendS (string, tree->toString(tree)); in toStringTree()326 string->appendS(string, t->toStringTree(t)); in toStringTree()
589 outtext->appendS(outtext, text); in toString()
850 buf->appendS(buf, text); in toStringWork()
569 string->appendS(string, tok->getText(tok)); in toStringSS()
131 …pANTLR3_UINT8 (*appendS) (struct ANTLR3_STRING_struct * string, struct ANTLR3_STRING_struct * ne… member