• Home
  • History
  • Annotate
  • Raw
  • Download

Lines Matching full:sequences

177   // 1-byte sequences  in TEST()
185 // 2-byte sequences in TEST()
204 // 3-byte sequences in TEST()
232 // 4-byte sequences in TEST()
411 // Start bytes of 2-byte sequences (0xc0--0xdf). in TEST()
448 // Start bytes of 3-byte sequences (0xe0--0xef). in TEST()
470 // Start bytes of 4-byte sequences (0xf0--0xf7). in TEST()
485 // Start bytes of 5-byte sequences (0xf8--0xfb). in TEST()
497 // Start bytes of 6-byte sequences (0xfc--0xfd). in TEST()
547 // Sequences with one continuation byte missing in TEST()
597 // Overlong sequences with one trailing byte missing. in TEST()
627 // Sequences that represent surrogates with one trailing byte missing. in TEST()
649 // Ill-formed 4-byte sequences. in TEST()
679 // Ill-formed 5-byte sequences. in TEST()
708 // Ill-formed 6-byte sequences. in TEST()
730 // Sequences with two continuation bytes missing in TEST()
752 // Overlong sequences with two trailing byte missing. in TEST()
770 // Sequences that represent surrogates with two trailing bytes missing. in TEST()
774 // Ill-formed 4-byte sequences. in TEST()
798 // Ill-formed 5-byte sequences. in TEST()
821 // Ill-formed 6-byte sequences. in TEST()
839 // Sequences with three continuation bytes missing in TEST()
853 // Broken overlong sequences. in TEST()
863 // Ill-formed 4-byte sequences. in TEST()
874 // Ill-formed 5-byte sequences. in TEST()
897 // Ill-formed 6-byte sequences. in TEST()
915 // Sequences with four continuation bytes missing in TEST()
918 // Ill-formed 5-byte sequences. in TEST()
933 // Broken overlong sequences. in TEST()
940 // Ill-formed 6-byte sequences. in TEST()
958 // Sequences with five continuation bytes missing in TEST()
961 // Ill-formed 6-byte sequences. in TEST()
971 // Consecutive sequences with trailing bytes missing in TEST()
990 // Overlong UTF-8 sequences in TEST()
997 // Overlong sequences of the above. in TEST()
1023 // Overlong sequences of the above. in TEST()
1044 // Other overlong sequences. in TEST()
1622 // Sequences with one continuation byte missing in TEST()