Home | History | Annotate | Download | only in common

Lines Matching full:sequences

83  * UTF-8 byte sequences of length N _must_ encode code points of or above utf8_minChar32[N];
84 * byte sequences with more than 4 bytes are illegal in UTF-8,
158 * Legal UTF-8 byte sequences in Unicode 3.0.1 and up:
166 * There are no irregular sequences any more.
286 * Legal UTF-8 byte sequences in Unicode 3.0.1 and up:
294 * There are no irregular sequences any more.
714 * Legal UTF-8 byte sequences in Unicode 3.0.1 and up:
722 * There are no irregular sequences any more.
742 /* minimum code point values for n-byte UTF-8 sequences, n=0..4 */
746 /* offsets for n-byte UTF-8 sequences that were calculated with ((lead<<6)+trail)<<6+trail... */