Lines Matching refs:pANTLR3_INT_STREAM
42 static void antlr38BitConsume (pANTLR3_INT_STREAM is);
43 static ANTLR3_UCHAR antlr38BitLA (pANTLR3_INT_STREAM is, ANTLR3_INT32 la);
44 static ANTLR3_UCHAR antlr38BitLA_ucase (pANTLR3_INT_STREAM is, ANTLR3_INT32 la);
45 static ANTLR3_MARKER antlr38BitIndex (pANTLR3_INT_STREAM is);
46 static ANTLR3_MARKER antlr38BitMark (pANTLR3_INT_STREAM is);
47 static void antlr38BitRewind (pANTLR3_INT_STREAM is, ANTLR3_MARKER mark);
48 static void antlr38BitRewindLast (pANTLR3_INT_STREAM is);
49 static void antlr38BitRelease (pANTLR3_INT_STREAM is, ANTLR3_MARKER mark);
50 static void antlr38BitSeek (pANTLR3_INT_STREAM is, ANTLR3_MARKER seekPoint);
51 static pANTLR3_STRING antlr38BitGetSourceName (pANTLR3_INT_STREAM is);
74 static void antlr3UTF16Consume (pANTLR3_INT_STREAM is);
75 static ANTLR3_UCHAR antlr3UTF16LA (pANTLR3_INT_STREAM is, ANTLR3_INT32 la);
76 static void antlr3UTF16ConsumeLE (pANTLR3_INT_STREAM is);
77 static ANTLR3_UCHAR antlr3UTF16LALE (pANTLR3_INT_STREAM is, ANTLR3_INT32 la);
78 static void antlr3UTF16ConsumeBE (pANTLR3_INT_STREAM is);
79 static ANTLR3_UCHAR antlr3UTF16LABE (pANTLR3_INT_STREAM is, ANTLR3_INT32 la);
80 static ANTLR3_MARKER antlr3UTF16Index (pANTLR3_INT_STREAM is);
81 static void antlr3UTF16Seek (pANTLR3_INT_STREAM is, ANTLR3_MARKER seekPoint);
92 static void antlr3UTF32Consume (pANTLR3_INT_STREAM is);
93 static ANTLR3_UCHAR antlr3UTF32LA (pANTLR3_INT_STREAM is, ANTLR3_INT32 la);
94 static ANTLR3_UCHAR antlr3UTF32LALE (pANTLR3_INT_STREAM is, ANTLR3_INT32 la);
95 static ANTLR3_UCHAR antlr3UTF32LABE (pANTLR3_INT_STREAM is, ANTLR3_INT32 la);
96 static ANTLR3_MARKER antlr3UTF32Index (pANTLR3_INT_STREAM is);
97 static void antlr3UTF32Seek (pANTLR3_INT_STREAM is, ANTLR3_MARKER seekPoint);
106 static void antlr3UTF8Consume (pANTLR3_INT_STREAM is);
107 static ANTLR3_UCHAR antlr3UTF8LA (pANTLR3_INT_STREAM is, ANTLR3_INT32 la);
112 static ANTLR3_UCHAR antlr3EBCDICLA (pANTLR3_INT_STREAM is, ANTLR3_INT32 la);
193 antlr38BitGetSourceName(pANTLR3_INT_STREAM is) in antlr38BitGetSourceName()
315 antlr38BitConsume(pANTLR3_INT_STREAM is) in antlr38BitConsume()
350 antlr38BitLA(pANTLR3_INT_STREAM is, ANTLR3_INT32 la) in antlr38BitLA()
377 antlr38BitLA_ucase (pANTLR3_INT_STREAM is, ANTLR3_INT32 la) in antlr38BitLA_ucase()
416 antlr38BitIndex(pANTLR3_INT_STREAM is) in antlr38BitIndex()
445 antlr38BitMark (pANTLR3_INT_STREAM is) in antlr38BitMark()
504 antlr38BitRewindLast (pANTLR3_INT_STREAM is) in antlr38BitRewindLast()
517 antlr38BitRewind (pANTLR3_INT_STREAM is, ANTLR3_MARKER mark) in antlr38BitRewind()
557 antlr38BitRelease (pANTLR3_INT_STREAM is, ANTLR3_MARKER mark) in antlr38BitRelease()
577 antlr38BitSeek (pANTLR3_INT_STREAM is, ANTLR3_MARKER seekPoint) in antlr38BitSeek()
785 antlr3UTF16Consume(pANTLR3_INT_STREAM is) in antlr3UTF16Consume()
864 antlr3UTF16LA(pANTLR3_INT_STREAM is, ANTLR3_INT32 la) in antlr3UTF16LA()
1003 antlr3UTF16Index(pANTLR3_INT_STREAM is) in antlr3UTF16Index()
1020 antlr3UTF16Seek (pANTLR3_INT_STREAM is, ANTLR3_MARKER seekPoint) in antlr3UTF16Seek()
1067 antlr3UTF16ConsumeLE(pANTLR3_INT_STREAM is) in antlr3UTF16ConsumeLE()
1144 antlr3UTF16LALE(pANTLR3_INT_STREAM is, ANTLR3_INT32 la) in antlr3UTF16LALE()
1286 antlr3UTF16ConsumeBE(pANTLR3_INT_STREAM is) in antlr3UTF16ConsumeBE()
1365 antlr3UTF16LABE(pANTLR3_INT_STREAM is, ANTLR3_INT32 la) in antlr3UTF16LABE()
1577 antlr3UTF32Consume(pANTLR3_INT_STREAM is) in antlr3UTF32Consume()
1610 antlr3UTF32Index(pANTLR3_INT_STREAM is) in antlr3UTF32Index()
1640 antlr3UTF32Seek (pANTLR3_INT_STREAM is, ANTLR3_MARKER seekPoint) in antlr3UTF32Seek()
1674 antlr3UTF32LA(pANTLR3_INT_STREAM is, ANTLR3_INT32 la) in antlr3UTF32LA()
1698 antlr3UTF32LALE(pANTLR3_INT_STREAM is, ANTLR3_INT32 la) in antlr3UTF32LALE()
1729 antlr3UTF32LABE(pANTLR3_INT_STREAM is, ANTLR3_INT32 la) in antlr3UTF32LABE()
1811 antlr3UTF8Consume(pANTLR3_INT_STREAM is) in antlr3UTF8Consume()
1877 antlr3UTF8LA(pANTLR3_INT_STREAM is, ANTLR3_INT32 la) in antlr3UTF8LA()
2041 antlr3EBCDICLA(pANTLR3_INT_STREAM is, ANTLR3_INT32 la) in antlr3EBCDICLA()