Searched refs:antlr3UTF8Consume (Results 1 – 1 of 1) sorted by relevance
106 static void antlr3UTF8Consume (pANTLR3_INT_STREAM is);1767 input->istream->consume = antlr3UTF8Consume; // Consume the next UTF32 character in the buffer in antlr3UTF8SetupStream()1811 antlr3UTF8Consume(pANTLR3_INT_STREAM is) in antlr3UTF8Consume() function