Home | History | Annotate | Download | only in Support

Lines Matching full:sequences

163   // 1-byte sequences
171 // 2-byte sequences
190 // 3-byte sequences
218 // 4-byte sequences
397 // Start bytes of 2-byte sequences (0xc0--0xdf).
434 // Start bytes of 3-byte sequences (0xe0--0xef).
456 // Start bytes of 4-byte sequences (0xf0--0xf7).
471 // Start bytes of 5-byte sequences (0xf8--0xfb).
483 // Start bytes of 6-byte sequences (0xfc--0xfd).
533 // Sequences with one continuation byte missing
583 // Overlong sequences with one trailing byte missing.
613 // Sequences that represent surrogates with one trailing byte missing.
635 // Ill-formed 4-byte sequences.
665 // Ill-formed 5-byte sequences.
694 // Ill-formed 6-byte sequences.
716 // Sequences with two continuation bytes missing
738 // Overlong sequences with two trailing byte missing.
756 // Sequences that represent surrogates with two trailing bytes missing.
760 // Ill-formed 4-byte sequences.
784 // Ill-formed 5-byte sequences.
807 // Ill-formed 6-byte sequences.
825 // Sequences with three continuation bytes missing
839 // Broken overlong sequences.
849 // Ill-formed 4-byte sequences.
860 // Ill-formed 5-byte sequences.
883 // Ill-formed 6-byte sequences.
901 // Sequences with four continuation bytes missing
904 // Ill-formed 5-byte sequences.
919 // Broken overlong sequences.
926 // Ill-formed 6-byte sequences.
944 // Sequences with five continuation bytes missing
947 // Ill-formed 6-byte sequences.
957 // Consecutive sequences with trailing bytes missing
976 // Overlong UTF-8 sequences
983 // Overlong sequences of the above.
1009 // Overlong sequences of the above.
1030 // Other overlong sequences.
1608 // Sequences with one continuation byte missing