Lines Matching full:sequences
213 // 1-byte sequences in TEST()
221 // 2-byte sequences in TEST()
240 // 3-byte sequences in TEST()
268 // 4-byte sequences in TEST()
447 // Start bytes of 2-byte sequences (0xc0--0xdf). in TEST()
484 // Start bytes of 3-byte sequences (0xe0--0xef). in TEST()
506 // Start bytes of 4-byte sequences (0xf0--0xf7). in TEST()
521 // Start bytes of 5-byte sequences (0xf8--0xfb). in TEST()
533 // Start bytes of 6-byte sequences (0xfc--0xfd). in TEST()
583 // Sequences with one continuation byte missing in TEST()
633 // Overlong sequences with one trailing byte missing. in TEST()
663 // Sequences that represent surrogates with one trailing byte missing. in TEST()
685 // Ill-formed 4-byte sequences. in TEST()
715 // Ill-formed 5-byte sequences. in TEST()
744 // Ill-formed 6-byte sequences. in TEST()
766 // Sequences with two continuation bytes missing in TEST()
788 // Overlong sequences with two trailing byte missing. in TEST()
806 // Sequences that represent surrogates with two trailing bytes missing. in TEST()
810 // Ill-formed 4-byte sequences. in TEST()
834 // Ill-formed 5-byte sequences. in TEST()
857 // Ill-formed 6-byte sequences. in TEST()
875 // Sequences with three continuation bytes missing in TEST()
889 // Broken overlong sequences. in TEST()
899 // Ill-formed 4-byte sequences. in TEST()
910 // Ill-formed 5-byte sequences. in TEST()
933 // Ill-formed 6-byte sequences. in TEST()
951 // Sequences with four continuation bytes missing in TEST()
954 // Ill-formed 5-byte sequences. in TEST()
969 // Broken overlong sequences. in TEST()
976 // Ill-formed 6-byte sequences. in TEST()
994 // Sequences with five continuation bytes missing in TEST()
997 // Ill-formed 6-byte sequences. in TEST()
1007 // Consecutive sequences with trailing bytes missing in TEST()
1026 // Overlong UTF-8 sequences in TEST()
1033 // Overlong sequences of the above. in TEST()
1059 // Overlong sequences of the above. in TEST()
1080 // Other overlong sequences. in TEST()
1658 // Sequences with one continuation byte missing in TEST()