Lines Matching refs:istream
143 input->istream = antlr3IntStreamNew(); in antlr3GenericSetupStream()
144 input->istream->type = ANTLR3_CHARSTREAM; in antlr3GenericSetupStream()
145 input->istream->super = input; in antlr3GenericSetupStream()
149 …input->istream->consume = antlr38BitConsume; // Consume the next 8 bit character in the bu… in antlr3GenericSetupStream()
150 …input->istream->_LA = antlr38BitLA; // Return the UTF32 character at offset n (1 … in antlr3GenericSetupStream()
151 …input->istream->index = antlr38BitIndex; // Current index (offset from first chara… in antlr3GenericSetupStream()
152 …input->istream->mark = antlr38BitMark; // Record the current lex state for later restore … in antlr3GenericSetupStream()
153 input->istream->rewind = antlr38BitRewind; // How to rewind the input in antlr3GenericSetupStream()
154 input->istream->rewindLast = antlr38BitRewindLast; // How to rewind the input in antlr3GenericSetupStream()
155 …input->istream->seek = antlr38BitSeek; // How to seek to a specific point in the stream … in antlr3GenericSetupStream()
156 input->istream->release = antlr38BitRelease; // Reset marks after mark n in antlr3GenericSetupStream()
157 …input->istream->getSourceName = antlr38BitGetSourceName; // Return a string that names the … in antlr3GenericSetupStream()
228 input->istream->free(input->istream); in antlr3InputClose()
245 input->istream->_LA = antlr38BitLA_ucase; in antlr38BitSetUcaseLA()
251 input->istream->_LA = antlr38BitLA; in antlr38BitSetUcaseLA()
297 if (input->istream->streamName == NULL) in antlr38BitReuse()
299 …input->istream->streamName = input->strFactory->newStr(input->strFactory, name == NULL ? (pANTLR3_… in antlr38BitReuse()
300 input->fileName = input->istream->streamName; in antlr38BitReuse()
304 …input->istream->streamName->set(input->istream->streamName, (name == NULL ? (const char *)"-memor… in antlr38BitReuse()
409 return (ANTLR3_FUNC_PTR(input->istream->_LA(input->istream, lt))); in antlr38BitLT()
520 input->istream->release(input->istream, mark); in antlr38BitRewind()
712 …input->istream->index = antlr3UTF16Index; // Calculate current index in input stre… in antlr3UTF16SetupStream()
714 … input->istream->seek = antlr3UTF16Seek; // How to seek to a specific point in the stream in antlr3UTF16SetupStream()
733 …input->istream->consume = antlr3UTF16Consume; // Consume the next UTF16 character in the … in antlr3UTF16SetupStream()
734 …input->istream->_LA = antlr3UTF16LA; // Return the UTF32 character at offset n (1 ba… in antlr3UTF16SetupStream()
740 …input->istream->consume = antlr3UTF16ConsumeLE; // Consume the next UTF16 character in th… in antlr3UTF16SetupStream()
741 …input->istream->_LA = antlr3UTF16LALE; // Return the UTF32 character at offset n (1 … in antlr3UTF16SetupStream()
755 …input->istream->consume = antlr3UTF16Consume; // Consume the next UTF16 character in the … in antlr3UTF16SetupStream()
756 …input->istream->_LA = antlr3UTF16LA; // Return the UTF32 character at offset n (1 ba… in antlr3UTF16SetupStream()
762 …input->istream->consume = antlr3UTF16ConsumeBE; // Consume the next UTF16 character in th… in antlr3UTF16SetupStream()
763 …input->istream->_LA = antlr3UTF16LABE; // Return the UTF32 character at offset n (1 … in antlr3UTF16SetupStream()
1510 …input->istream->index = antlr3UTF32Index; // Calculate current index in input stre… in antlr3UTF32SetupStream()
1512 … input->istream->seek = antlr3UTF32Seek; // How to seek to a specific point in the stream in antlr3UTF32SetupStream()
1513 …input->istream->consume = antlr3UTF32Consume; // Consume the next UTF32 character in the … in antlr3UTF32SetupStream()
1531 …input->istream->_LA = antlr3UTF32LA; // Return the UTF32 character at offset n (1 ba… in antlr3UTF32SetupStream()
1537 …input->istream->_LA = antlr3UTF32LALE; // Return the UTF32 character at offset n (1 … in antlr3UTF32SetupStream()
1551 …input->istream->_LA = antlr3UTF32LA; // Return the UTF32 character at offset n (1 ba… in antlr3UTF32SetupStream()
1557 …input->istream->_LA = antlr3UTF32LABE; // Return the UTF32 character at offset n (1 … in antlr3UTF32SetupStream()
1760 input->istream->consume = antlr3UTF8Consume; // Consume the next UTF32 character in the buffer in antlr3UTF8SetupStream()
1761 …input->istream->_LA = antlr3UTF8LA; // Return the UTF32 character at offset n (1 b… in antlr3UTF8SetupStream()
2021 …input->istream->_LA = antlr3EBCDICLA; // Return the UTF32 character at offset n (1 b… in antlr3EBCDICSetupStream()