Lines Matching refs:byte3
32 void check_utf8dump(bool success_expected, int byte1, int byte2, int byte3, int byte4);
34 void check_utf8dump(bool success_expected, int byte1, int byte2 = -1, int byte3 = -1, int byte4 = -1)
41 CAPTURE(byte3)
51 if (byte3 != -1)
53 json_string += std::string(1, static_cast<char>(byte3));
119 void check_utf8string(bool success_expected, int byte1, int byte2, int byte3, int byte4);
122 void check_utf8string(bool success_expected, int byte1, int byte2 = -1, int byte3 = -1, int byte4 = -1)
141 if (byte3 != -1)
143 CAPTURE(byte3)
144 json_string += std::string(1, static_cast<char>(byte3));
292 for (int byte3 = 0x80; byte3 <= 0xBF; ++byte3)
294 check_utf8string(true, byte1, byte2, byte3);
295 check_utf8dump(true, byte1, byte2, byte3);
334 for (int byte3 = 0x80; byte3 <= 0xBF; ++byte3)
336 check_utf8string(false, byte1, byte2, byte3);
337 check_utf8dump(false, byte1, byte2, byte3);
349 for (int byte3 = 0x00; byte3 <= 0xFF; ++byte3)
352 if (0x80 <= byte3 && byte3 <= 0xBF)
357 check_utf8string(false, byte1, byte2, byte3);
358 check_utf8dump(false, byte1, byte2, byte3);
373 for (int byte3 = 0x80; byte3 <= 0xBF; ++byte3)
375 check_utf8string(true, byte1, byte2, byte3);
376 check_utf8dump(true, byte1, byte2, byte3);
415 for (int byte3 = 0x80; byte3 <= 0xBF; ++byte3)
417 check_utf8string(false, byte1, byte2, byte3);
418 check_utf8dump(false, byte1, byte2, byte3);
430 for (int byte3 = 0x00; byte3 <= 0xFF; ++byte3)
433 if (0x80 <= byte3 && byte3 <= 0xBF)
438 check_utf8string(false, byte1, byte2, byte3);
439 check_utf8dump(false, byte1, byte2, byte3);
454 for (int byte3 = 0x80; byte3 <= 0xBF; ++byte3)
456 check_utf8string(true, byte1, byte2, byte3);
457 check_utf8dump(true, byte1, byte2, byte3);
496 for (int byte3 = 0x80; byte3 <= 0xBF; ++byte3)
498 check_utf8string(false, byte1, byte2, byte3);
499 check_utf8dump(false, byte1, byte2, byte3);
511 for (int byte3 = 0x00; byte3 <= 0xFF; ++byte3)
514 if (0x80 <= byte3 && byte3 <= 0xBF)
519 check_utf8string(false, byte1, byte2, byte3);
520 check_utf8dump(false, byte1, byte2, byte3);
535 for (int byte3 = 0x80; byte3 <= 0xBF; ++byte3)
537 check_utf8string(true, byte1, byte2, byte3);
538 check_utf8dump(true, byte1, byte2, byte3);
577 for (int byte3 = 0x80; byte3 <= 0xBF; ++byte3)
579 check_utf8string(false, byte1, byte2, byte3);
580 check_utf8dump(false, byte1, byte2, byte3);
592 for (int byte3 = 0x00; byte3 <= 0xFF; ++byte3)
595 if (0x80 <= byte3 && byte3 <= 0xBF)
600 check_utf8string(false, byte1, byte2, byte3);
601 check_utf8dump(false, byte1, byte2, byte3);