Home | History | Annotate | Download | only in src

Lines Matching refs:UTF32

88 // UTF32 (also covers UCS2)
150 input->istream->_LA = antlr38BitLA; // Return the UTF32 character at offset n (1 based)
347 * \return Next input character in internal ANTLR3 encoding (UTF32)
374 * \return Next input character in internal ANTLR3 encoding (UTF32)
399 * \return Next input character in internal ANTLR3 encoding (UTF32)
680 * - The supplied newLineChar is in UTF32 encoding (which means ASCII and latin1 etc
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)
781 UTF32 ch;
782 UTF32 ch2;
854 /// \return Next input character in internal ANTLR3 encoding (UTF32)
860 UTF32 ch;
861 UTF32 ch2;
974 // Construct the UTF32 code point
1063 UTF32 ch;
1064 UTF32 ch2;
1134 /// \return Next input character in internal ANTLR3 encoding (UTF32)
1140 UTF32 ch;
1141 UTF32 ch2;
1257 // Construct the UTF32 code point
1282 UTF32 ch;
1283 UTF32 ch2;
1355 /// \return Next input character in internal ANTLR3 encoding (UTF32)
1361 UTF32 ch;
1362 UTF32 ch2;
1478 // Construct the UTF32 code point
1502 // Build a string factory for this stream. This is a UTF32 string factory which is a standard
1513 input->istream->consume = antlr3UTF32Consume; // Consume the next UTF32 character in the buffer
1515 // We must install different UTF32 LA routines according to whether the input
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)
1565 /** \brief Consume the next character in a UTF32 input stream
1630 /// Assumes UTF32 input stream.
1659 /** \brief Return the input element assuming a UTF32 input in natural machine byte order
1664 * \return Next input character in internal ANTLR3 encoding (UTF32)
1683 /** \brief Return the input element assuming a UTF32 input in little endian byte order
1688 * \return Next input character in internal ANTLR3 encoding (UTF32)
1713 /** \brief Return the input element assuming a UTF32 input in big endian byte order
1718 * \return Next input character in internal ANTLR3 encoding (UTF32)
1760 input->istream->consume = antlr3UTF8Consume; // Consume the next UTF32 character in the buffer
1761 input->istream->_LA = antlr3UTF8LA; // Return the UTF32 character at offset n (1 based)
1790 static const UTF32 offsetsFromUTF8[6] =
1867 * \return Next input character in internal ANTLR3 encoding (UTF32)
2021 input->istream->_LA = antlr3EBCDICLA; // Return the UTF32 character at offset n (1 based)
2030 /// \return Next input character in internal ANTLR3 encoding (UTF32) after translation