• Home
  • Raw
  • Download

Lines Matching refs:byte2

51 void check_utf8dump(bool success_expected, int byte1, int byte2, int byte3, int byte4);
53 void check_utf8dump(bool success_expected, int byte1, int byte2 = -1, int byte3 = -1, int byte4 = -… in check_utf8dump() argument
58 CAPTURE(byte2) in check_utf8dump()
64 if (byte2 != -1) in check_utf8dump()
66 json_string += std::string(1, static_cast<char>(byte2)); in check_utf8dump()
125 void check_utf8string(bool success_expected, int byte1, int byte2, int byte3, int byte4);
128 void check_utf8string(bool success_expected, int byte1, int byte2 = -1, int byte3 = -1, int byte4 =… in check_utf8string() argument
140 if (byte2 != -1) in check_utf8string()
142 CAPTURE(byte2) in check_utf8string()
143 json_string += std::string(1, static_cast<char>(byte2)); in check_utf8string()
253 for (int byte2 = 0x80; byte2 <= 0xBF; ++byte2) in skip() local
255 check_utf8string(true, byte1, byte2); in skip()
256 check_utf8dump(true, byte1, byte2); in skip()
274 for (int byte2 = 0x00; byte2 <= 0xFF; ++byte2) in skip() local
277 if (0x80 <= byte2 && byte2 <= 0xBF) in skip()
282 check_utf8string(false, byte1, byte2); in skip()
283 check_utf8dump(false, byte1, byte2); in skip()
295 for (int byte2 = 0xA0; byte2 <= 0xBF; ++byte2) in skip() local
299 check_utf8string(true, byte1, byte2, byte3); in skip()
300 check_utf8dump(true, byte1, byte2, byte3); in skip()
319 for (int byte2 = 0xA0; byte2 <= 0xBF; ++byte2) in skip() local
321 check_utf8string(false, byte1, byte2); in skip()
322 check_utf8dump(false, byte1, byte2); in skip()
331 for (int byte2 = 0x00; byte2 <= 0xFF; ++byte2) in skip() local
334 if (0xA0 <= byte2 && byte2 <= 0xBF) in skip()
341 check_utf8string(false, byte1, byte2, byte3); in skip()
342 check_utf8dump(false, byte1, byte2, byte3); in skip()
352 for (int byte2 = 0xA0; byte2 <= 0xBF; ++byte2) in skip() local
362 check_utf8string(false, byte1, byte2, byte3); in skip()
363 check_utf8dump(false, byte1, byte2, byte3); in skip()
376 for (int byte2 = 0x80; byte2 <= 0xBF; ++byte2) in skip() local
380 check_utf8string(true, byte1, byte2, byte3); in skip()
381 check_utf8dump(true, byte1, byte2, byte3); in skip()
400 for (int byte2 = 0x80; byte2 <= 0xBF; ++byte2) in skip() local
402 check_utf8string(false, byte1, byte2); in skip()
403 check_utf8dump(false, byte1, byte2); in skip()
412 for (int byte2 = 0x00; byte2 <= 0xFF; ++byte2) in skip() local
415 if (0x80 <= byte2 && byte2 <= 0xBF) in skip()
422 check_utf8string(false, byte1, byte2, byte3); in skip()
423 check_utf8dump(false, byte1, byte2, byte3); in skip()
433 for (int byte2 = 0x80; byte2 <= 0xBF; ++byte2) in skip() local
443 check_utf8string(false, byte1, byte2, byte3); in skip()
444 check_utf8dump(false, byte1, byte2, byte3); in skip()
457 for (int byte2 = 0x80; byte2 <= 0x9F; ++byte2) in skip() local
461 check_utf8string(true, byte1, byte2, byte3); in skip()
462 check_utf8dump(true, byte1, byte2, byte3); in skip()
481 for (int byte2 = 0x80; byte2 <= 0x9F; ++byte2) in skip() local
483 check_utf8string(false, byte1, byte2); in skip()
484 check_utf8dump(false, byte1, byte2); in skip()
493 for (int byte2 = 0x00; byte2 <= 0xFF; ++byte2) in skip() local
496 if (0x80 <= byte2 && byte2 <= 0x9F) in skip()
503 check_utf8string(false, byte1, byte2, byte3); in skip()
504 check_utf8dump(false, byte1, byte2, byte3); in skip()
514 for (int byte2 = 0x80; byte2 <= 0x9F; ++byte2) in skip() local
524 check_utf8string(false, byte1, byte2, byte3); in skip()
525 check_utf8dump(false, byte1, byte2, byte3); in skip()
538 for (int byte2 = 0x80; byte2 <= 0xBF; ++byte2) in skip() local
542 check_utf8string(true, byte1, byte2, byte3); in skip()
543 check_utf8dump(true, byte1, byte2, byte3); in skip()
562 for (int byte2 = 0x80; byte2 <= 0xBF; ++byte2) in skip() local
564 check_utf8string(false, byte1, byte2); in skip()
565 check_utf8dump(false, byte1, byte2); in skip()
574 for (int byte2 = 0x00; byte2 <= 0xFF; ++byte2) in skip() local
577 if (0x80 <= byte2 && byte2 <= 0xBF) in skip()
584 check_utf8string(false, byte1, byte2, byte3); in skip()
585 check_utf8dump(false, byte1, byte2, byte3); in skip()
595 for (int byte2 = 0x80; byte2 <= 0xBF; ++byte2) in skip() local
605 check_utf8string(false, byte1, byte2, byte3); in skip()
606 check_utf8dump(false, byte1, byte2, byte3); in skip()
619 for (int byte2 = 0x90; byte2 <= 0xBF; ++byte2) in skip() local
625 check_utf8string(true, byte1, byte2, byte3, byte4); in skip()
626 check_utf8dump(true, byte1, byte2, byte3, byte4); in skip()
646 for (int byte2 = 0x90; byte2 <= 0xBF; ++byte2) in skip() local
648 check_utf8string(false, byte1, byte2); in skip()
649 check_utf8dump(false, byte1, byte2); in skip()
658 for (int byte2 = 0x90; byte2 <= 0xBF; ++byte2) in skip() local
662 check_utf8string(false, byte1, byte2, byte3); in skip()
663 check_utf8dump(false, byte1, byte2, byte3); in skip()
673 for (int byte2 = 0x00; byte2 <= 0xFF; ++byte2) in skip() local
676 if (0x90 <= byte2 && byte2 <= 0xBF) in skip()
685 check_utf8string(false, byte1, byte2, byte3, byte4); in skip()
686 check_utf8dump(false, byte1, byte2, byte3, byte4); in skip()
697 for (int byte2 = 0x90; byte2 <= 0xBF; ++byte2) in skip() local
709 check_utf8string(false, byte1, byte2, byte3, byte4); in skip()
710 check_utf8dump(false, byte1, byte2, byte3, byte4); in skip()
721 for (int byte2 = 0x90; byte2 <= 0xBF; ++byte2) in skip() local
733 check_utf8string(false, byte1, byte2, byte3, byte4); in skip()
734 check_utf8dump(false, byte1, byte2, byte3, byte4); in skip()
748 for (int byte2 = 0x80; byte2 <= 0xBF; ++byte2) in skip() local
754 check_utf8string(true, byte1, byte2, byte3, byte4); in skip()
755 check_utf8dump(true, byte1, byte2, byte3, byte4); in skip()
775 for (int byte2 = 0x80; byte2 <= 0xBF; ++byte2) in skip() local
777 check_utf8string(false, byte1, byte2); in skip()
778 check_utf8dump(false, byte1, byte2); in skip()
787 for (int byte2 = 0x80; byte2 <= 0xBF; ++byte2) in skip() local
791 check_utf8string(false, byte1, byte2, byte3); in skip()
792 check_utf8dump(false, byte1, byte2, byte3); in skip()
802 for (int byte2 = 0x00; byte2 <= 0xFF; ++byte2) in skip() local
805 if (0x80 <= byte2 && byte2 <= 0xBF) in skip()
814 check_utf8string(false, byte1, byte2, byte3, byte4); in skip()
815 check_utf8dump(false, byte1, byte2, byte3, byte4); in skip()
826 for (int byte2 = 0x80; byte2 <= 0xBF; ++byte2) in skip() local
838 check_utf8string(false, byte1, byte2, byte3, byte4); in skip()
839 check_utf8dump(false, byte1, byte2, byte3, byte4); in skip()
850 for (int byte2 = 0x80; byte2 <= 0xBF; ++byte2) in skip() local
862 check_utf8string(false, byte1, byte2, byte3, byte4); in skip()
863 check_utf8dump(false, byte1, byte2, byte3, byte4); in skip()
877 for (int byte2 = 0x80; byte2 <= 0x8F; ++byte2) in skip() local
883 check_utf8string(true, byte1, byte2, byte3, byte4); in skip()
884 check_utf8dump(true, byte1, byte2, byte3, byte4); in skip()
904 for (int byte2 = 0x80; byte2 <= 0x8F; ++byte2) in skip() local
906 check_utf8string(false, byte1, byte2); in skip()
907 check_utf8dump(false, byte1, byte2); in skip()
916 for (int byte2 = 0x80; byte2 <= 0x8F; ++byte2) in skip() local
920 check_utf8string(false, byte1, byte2, byte3); in skip()
921 check_utf8dump(false, byte1, byte2, byte3); in skip()
931 for (int byte2 = 0x00; byte2 <= 0xFF; ++byte2) in skip() local
934 if (0x80 <= byte2 && byte2 <= 0x8F) in skip()
943 check_utf8string(false, byte1, byte2, byte3, byte4); in skip()
944 check_utf8dump(false, byte1, byte2, byte3, byte4); in skip()
955 for (int byte2 = 0x80; byte2 <= 0x8F; ++byte2) in skip() local
967 check_utf8string(false, byte1, byte2, byte3, byte4); in skip()
968 check_utf8dump(false, byte1, byte2, byte3, byte4); in skip()
979 for (int byte2 = 0x80; byte2 <= 0x8F; ++byte2) in skip() local
991 check_utf8string(false, byte1, byte2, byte3, byte4); in skip()
992 check_utf8dump(false, byte1, byte2, byte3, byte4); in skip()