Lines Matching full:consume
122 /// that would not work for the particular input encoding, such as consume for instance.
149 input->istream->consume = antlr38BitConsume; // Consume the next 8 bit character in the buffer
310 /** \brief Consume the next character in an 8 bit input stream
591 is->consume(is);
733 input->istream->consume = antlr3UTF16Consume; // Consume the next UTF16 character in the buffer
740 input->istream->consume = antlr3UTF16ConsumeLE; // Consume the next UTF16 character in the buffer
755 input->istream->consume = antlr3UTF16Consume; // Consume the next UTF16 character in the buffer
762 input->istream->consume = antlr3UTF16ConsumeBE; // Consume the next UTF16 character in the buffer
773 /// \brief Consume the next character in a UTF16 input stream
813 // If we have a surrogate pair then we need to consume
826 // If it's a valid low surrogate, consume it
882 // If we have a surrogate pair then we need to consume
895 // If it's a valid low surrogate, consume it
957 // If we have a surrogate pair then we need to consume
970 // If it's a valid low surrogate, consume it
1030 // Call consume until we reach the asked for seek point or EOF
1034 is->consume(is);
1051 /// \brief Consume the next character in a UTF16 input stream when the input is Little Endian and the machine is not
1054 /// just consume it. Surrogate pairs should be seen as Hi, Lo. So if we have a Lo first, then the input stream
1095 // If we have a surrogate pair then we need to consume
1106 // If it's a valid low surrogate, consume it
1163 // If we have a surrogate pair then we need to consume
1176 // If it's a valid low surrogate, consume it
1240 // If we have a surrogate pair then we need to consume
1253 // If it's a valid low surrogate, consume it
1274 /// \brief Consume the next character in a UTF16 input stream when the input is Big Endian and the machine is not
1314 // If we have a surrogate pair then we need to consume
1327 // If it's a valid low surrogate, consume it
1384 // If we have a surrogate pair then we need to consume
1397 // If it's a valid low surrogate, consume it
1461 // If we have a surrogate pair then we need to consume
1474 // If it's a valid low surrogate, consume it
1513 input->istream->consume = antlr3UTF32Consume; // Consume the next UTF32 character in the buffer
1565 /** \brief Consume the next character in a UTF32 input stream
1650 // Call consume until we reach the asked for seek point or EOF
1654 is->consume(is);
1760 input->istream->consume = antlr3UTF8Consume; // Consume the next UTF32 character in the buffer
1799 /** \brief Consume the next character in a UTF8 input stream