antlr3ucs2inputstream (3) Linux Manual Page
NAME src/antlr3ucs2inputstream.c – Base functions to initialize and manipulate a UCS2 input stream. SYNOPSIS #include <antlr3input.h> Functions static void antlr3UCS2Consume (pANTLR3_INT_STREAM is) Consume the next character in an 8 bit ASCII input stream. static ANTLR3_MARKER antlr3UCS2Index (pANTLR3_INT_STREAM is) Calculate the current index in the output stream. static ANTLR3_UCHAR antlr3UCS2LA (pANTLR3_INT_STREAM is, ANTLR3_INT32 la) Return the…
