Home | History | Annotate | Download | only in src

Lines Matching refs:UTF16

70 // UTF16 (also covers UCS2)
83 // UTF16 Charstream API functions
99 // UTF16 Charstream API functions
691 /// \brief Common function to setup function interface for a UTF16 or UCS2 input stream.
698 /// essentially UTF16 without any surrogates and so the standard UTF16
704 // Build a string factory for this stream. This is a UTF16 string factory which is a standard
712 input->istream->index = antlr3UTF16Index; // Calculate current index in input stream, UTF16 based
716 // We must install different UTF16 routines according to whether the input
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
807 ch = *((UTF16*)input->nextChar);
824 ch2 = *((UTF16*)input->nextChar);
862 UTF16 * nextChar;
1010 /// Assumes UTF16 input stream.
1038 /// \brief Return a substring of the UTF16 input stream in
1051 /// \brief Consume the next character in a UTF16 input stream when the input is Little Endian and the machine is not
1052 /// Note that the UTF16 routines do not do any substantial verification of the input stream as for performance
1129 /// \brief Return the input element assuming a UTF16 input when the input is Little Endian and the machine is not
1274 /// \brief Consume the next character in a UTF16 input stream when the input is Big Endian and the machine is not
1350 /// \brief Return the input element assuming a UTF16 input when the input is Little Endian and the machine is not
1510 input->istream->index = antlr3UTF32Index; // Calculate current index in input stream, UTF16 based
1612 /// \brief Return a substring of the UTF16 input stream in
1752 // Build a string factory for this stream. This is a UTF16 string factory which is a standard