Home | History | Annotate | Download | only in src

Lines Matching refs:_LA

150     input->istream->_LA		    = antlr38BitLA;	            // Return the UTF32 character at offset n (1 based)			
165 input->_LT = antlr38BitLT; // Same as _LA for 8 bit file
245 input->istream->_LA = antlr38BitLA_ucase;
251 input->istream->_LA = antlr38BitLA;
409 return (ANTLR3_FUNC_PTR(input->istream->_LA(input->istream, lt)));
734 input->istream->_LA = antlr3UTF16LA; // Return the UTF32 character at offset n (1 based)
741 input->istream->_LA = antlr3UTF16LALE; // Return the UTF32 character at offset n (1 based)
756 input->istream->_LA = antlr3UTF16LA; // Return the UTF32 character at offset n (1 based)
763 input->istream->_LA = antlr3UTF16LABE; // Return the UTF32 character at offset n (1 based)
1032 while (is->_LA(is, 1) != ANTLR3_CHARSTREAM_EOF && seekPoint < (ANTLR3_MARKER)input->nextChar)
1531 input->istream->_LA = antlr3UTF32LA; // Return the UTF32 character at offset n (1 based)
1537 input->istream->_LA = antlr3UTF32LALE; // Return the UTF32 character at offset n (1 based)
1551 input->istream->_LA = antlr3UTF32LA; // Return the UTF32 character at offset n (1 based)
1557 input->istream->_LA = antlr3UTF32LABE; // Return the UTF32 character at offset n (1 based)
1652 while (is->_LA(is, 1) != ANTLR3_CHARSTREAM_EOF && seekPoint < (ANTLR3_MARKER)input->nextChar)
1761 input->istream->_LA = antlr3UTF8LA; // Return the UTF32 character at offset n (1 based)
2021 input->istream->_LA = antlr3EBCDICLA; // Return the UTF32 character at offset n (1 based)