Lines Matching full:append8
58 static pANTLR3_UINT8 append8 (pANTLR3_STRING string, const char * newbit);
271 string->append = append8;
272 string->append8 = append8;
309 string->append8 = appendUTF16_8;
795 append8 (pANTLR3_STRING string, const char * newbit)
990 return string->append8(string, (const char *)newbit);
999 return string->append8(string, (const char *)newbit);
1064 return string->append8(string, newbit);