Lines Matching full:utf8
1745 /// \brief Common function to setup function interface for a UTF8 input stream.
1786 /// Magic values subtracted from a buffer value during UTF8 conversion.
1799 /** \brief Consume the next character in a UTF8 input stream
1832 // Legal UTF8 is only 4 bytes but 6 bytes could be used in old UTF8 so
1862 /** \brief Return the input element assuming a UTF8 input
1884 // - LA(n+) ; n>1 means we must traverse forward n-1 characters catering for UTF8 encoding
1923 // Traversing backwards in UTF8 means decermenting by one
1926 // Trailing UTF8 bytes always start with 10 in binary. We assumne that
1927 // the UTF8 is well formed and do not check boundary conditions
1937 // nextChar is now pointing at the UTF8 encoded character that we need to