Searched refs:antlr3UTF16Consume (Results 1 – 1 of 1) sorted by relevance
74 static void antlr3UTF16Consume (pANTLR3_INT_STREAM is);740 …input->istream->consume = antlr3UTF16Consume; // Consume the next UTF16 character in the … in antlr3UTF16SetupStream()762 …input->istream->consume = antlr3UTF16Consume; // Consume the next UTF16 character in the … in antlr3UTF16SetupStream()785 antlr3UTF16Consume(pANTLR3_INT_STREAM is) in antlr3UTF16Consume() function