Lines Matching refs:byte3
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
59 CAPTURE(byte3) in check_utf8dump()
69 if (byte3 != -1) in check_utf8dump()
71 json_string += std::string(1, static_cast<char>(byte3)); 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
146 if (byte3 != -1) in check_utf8string()
148 CAPTURE(byte3) in check_utf8string()
149 json_string += std::string(1, static_cast<char>(byte3)); in check_utf8string()
297 for (int byte3 = 0x80; byte3 <= 0xBF; ++byte3) in skip() local
299 check_utf8string(true, byte1, byte2, byte3); in skip()
300 check_utf8dump(true, byte1, byte2, byte3); in skip()
339 for (int byte3 = 0x80; byte3 <= 0xBF; ++byte3) in skip() local
341 check_utf8string(false, byte1, byte2, byte3); in skip()
342 check_utf8dump(false, byte1, byte2, byte3); in skip()
354 for (int byte3 = 0x00; byte3 <= 0xFF; ++byte3) in skip() local
357 if (0x80 <= byte3 && byte3 <= 0xBF) in skip()
362 check_utf8string(false, byte1, byte2, byte3); in skip()
363 check_utf8dump(false, byte1, byte2, byte3); in skip()
378 for (int byte3 = 0x80; byte3 <= 0xBF; ++byte3) in skip() local
380 check_utf8string(true, byte1, byte2, byte3); in skip()
381 check_utf8dump(true, byte1, byte2, byte3); in skip()
420 for (int byte3 = 0x80; byte3 <= 0xBF; ++byte3) in skip() local
422 check_utf8string(false, byte1, byte2, byte3); in skip()
423 check_utf8dump(false, byte1, byte2, byte3); in skip()
435 for (int byte3 = 0x00; byte3 <= 0xFF; ++byte3) in skip() local
438 if (0x80 <= byte3 && byte3 <= 0xBF) in skip()
443 check_utf8string(false, byte1, byte2, byte3); in skip()
444 check_utf8dump(false, byte1, byte2, byte3); in skip()
459 for (int byte3 = 0x80; byte3 <= 0xBF; ++byte3) in skip() local
461 check_utf8string(true, byte1, byte2, byte3); in skip()
462 check_utf8dump(true, byte1, byte2, byte3); in skip()
501 for (int byte3 = 0x80; byte3 <= 0xBF; ++byte3) in skip() local
503 check_utf8string(false, byte1, byte2, byte3); in skip()
504 check_utf8dump(false, byte1, byte2, byte3); in skip()
516 for (int byte3 = 0x00; byte3 <= 0xFF; ++byte3) in skip() local
519 if (0x80 <= byte3 && byte3 <= 0xBF) in skip()
524 check_utf8string(false, byte1, byte2, byte3); in skip()
525 check_utf8dump(false, byte1, byte2, byte3); in skip()
540 for (int byte3 = 0x80; byte3 <= 0xBF; ++byte3) in skip() local
542 check_utf8string(true, byte1, byte2, byte3); in skip()
543 check_utf8dump(true, byte1, byte2, byte3); in skip()
582 for (int byte3 = 0x80; byte3 <= 0xBF; ++byte3) in skip() local
584 check_utf8string(false, byte1, byte2, byte3); in skip()
585 check_utf8dump(false, byte1, byte2, byte3); in skip()
597 for (int byte3 = 0x00; byte3 <= 0xFF; ++byte3) in skip() local
600 if (0x80 <= byte3 && byte3 <= 0xBF) in skip()
605 check_utf8string(false, byte1, byte2, byte3); in skip()
606 check_utf8dump(false, byte1, byte2, byte3); in skip()
621 for (int byte3 = 0x80; byte3 <= 0xBF; ++byte3) in skip() local
625 check_utf8string(true, byte1, byte2, byte3, byte4); in skip()
626 check_utf8dump(true, byte1, byte2, byte3, byte4); in skip()
660 for (int byte3 = 0x80; byte3 <= 0xBF; ++byte3) in skip() local
662 check_utf8string(false, byte1, byte2, byte3); in skip()
663 check_utf8dump(false, byte1, byte2, byte3); in skip()
681 for (int byte3 = 0x80; byte3 <= 0xBF; ++byte3) in skip() local
685 check_utf8string(false, byte1, byte2, byte3, byte4); in skip()
686 check_utf8dump(false, byte1, byte2, byte3, byte4); in skip()
699 for (int byte3 = 0x00; byte3 <= 0xFF; ++byte3) in skip() local
702 if (0x80 <= byte3 && byte3 <= 0xBF) in skip()
709 check_utf8string(false, byte1, byte2, byte3, byte4); in skip()
710 check_utf8dump(false, byte1, byte2, byte3, byte4); in skip()
723 for (int byte3 = 0x80; byte3 <= 0xBF; ++byte3) in skip() local
728 if (0x80 <= byte3 && byte3 <= 0xBF) in skip()
733 check_utf8string(false, byte1, byte2, byte3, byte4); in skip()
734 check_utf8dump(false, byte1, byte2, byte3, byte4); in skip()
750 for (int byte3 = 0x80; byte3 <= 0xBF; ++byte3) in skip() local
754 check_utf8string(true, byte1, byte2, byte3, byte4); in skip()
755 check_utf8dump(true, byte1, byte2, byte3, byte4); in skip()
789 for (int byte3 = 0x80; byte3 <= 0xBF; ++byte3) in skip() local
791 check_utf8string(false, byte1, byte2, byte3); in skip()
792 check_utf8dump(false, byte1, byte2, byte3); in skip()
810 for (int byte3 = 0x80; byte3 <= 0xBF; ++byte3) in skip() local
814 check_utf8string(false, byte1, byte2, byte3, byte4); in skip()
815 check_utf8dump(false, byte1, byte2, byte3, byte4); in skip()
828 for (int byte3 = 0x00; byte3 <= 0xFF; ++byte3) in skip() local
831 if (0x80 <= byte3 && byte3 <= 0xBF) in skip()
838 check_utf8string(false, byte1, byte2, byte3, byte4); in skip()
839 check_utf8dump(false, byte1, byte2, byte3, byte4); in skip()
852 for (int byte3 = 0x80; byte3 <= 0xBF; ++byte3) in skip() local
857 if (0x80 <= byte3 && byte3 <= 0xBF) in skip()
862 check_utf8string(false, byte1, byte2, byte3, byte4); in skip()
863 check_utf8dump(false, byte1, byte2, byte3, byte4); in skip()
879 for (int byte3 = 0x80; byte3 <= 0xBF; ++byte3) in skip() local
883 check_utf8string(true, byte1, byte2, byte3, byte4); in skip()
884 check_utf8dump(true, byte1, byte2, byte3, byte4); in skip()
918 for (int byte3 = 0x80; byte3 <= 0xBF; ++byte3) in skip() local
920 check_utf8string(false, byte1, byte2, byte3); in skip()
921 check_utf8dump(false, byte1, byte2, byte3); in skip()
939 for (int byte3 = 0x80; byte3 <= 0xBF; ++byte3) in skip() local
943 check_utf8string(false, byte1, byte2, byte3, byte4); in skip()
944 check_utf8dump(false, byte1, byte2, byte3, byte4); in skip()
957 for (int byte3 = 0x00; byte3 <= 0xFF; ++byte3) in skip() local
960 if (0x80 <= byte3 && byte3 <= 0xBF) in skip()
967 check_utf8string(false, byte1, byte2, byte3, byte4); in skip()
968 check_utf8dump(false, byte1, byte2, byte3, byte4); in skip()
981 for (int byte3 = 0x80; byte3 <= 0xBF; ++byte3) in skip() local
986 if (0x80 <= byte3 && byte3 <= 0xBF) in skip()
991 check_utf8string(false, byte1, byte2, byte3, byte4); in skip()
992 check_utf8dump(false, byte1, byte2, byte3, byte4); in skip()