• Home
  • Raw
  • Download

Lines Matching refs:byte1

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 = -… in check_utf8dump() argument
39 CAPTURE(byte1) in check_utf8dump()
44 json_string += std::string(1, static_cast<char>(byte1)); in check_utf8dump()
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 =… in check_utf8string() argument
132 CAPTURE(byte1) in check_utf8string()
133 json_string += std::string(1, static_cast<char>(byte1)); in check_utf8string()
195 for (int byte1 = 0x80; byte1 <= 0xC1; ++byte1) in skip() local
197 check_utf8string(false, byte1); in skip()
198 check_utf8dump(false, byte1); in skip()
201 for (int byte1 = 0xF5; byte1 <= 0xFF; ++byte1) in skip() local
203 check_utf8string(false, byte1); in skip()
204 check_utf8dump(false, byte1); in skip()
212 for (int byte1 = 0x00; byte1 <= 0x7F; ++byte1) in skip() local
215 if (0x00 <= byte1 && byte1 <= 0x1F) in skip()
217 check_utf8string(false, byte1); in skip()
222 if (byte1 == 0x22) in skip()
224 check_utf8string(false, byte1); in skip()
229 if (byte1 == 0x5C) in skip()
231 check_utf8string(false, byte1); in skip()
236 check_utf8string(true, byte1); in skip()
237 check_utf8dump(true, byte1); in skip()
246 for (int byte1 = 0xC2; byte1 <= 0xDF; ++byte1) in skip() local
250 check_utf8string(true, byte1, byte2); in skip()
251 check_utf8dump(true, byte1, byte2); in skip()
258 for (int byte1 = 0xC2; byte1 <= 0xDF; ++byte1) in skip() local
260 check_utf8string(false, byte1); in skip()
261 check_utf8dump(false, byte1); in skip()
267 for (int byte1 = 0xC2; byte1 <= 0xDF; ++byte1) in skip() local
277 check_utf8string(false, byte1, byte2); in skip()
278 check_utf8dump(false, byte1, byte2); in skip()
288 for (int byte1 = 0xE0; byte1 <= 0xE0; ++byte1) in skip() local
294 check_utf8string(true, byte1, byte2, byte3); in skip()
295 check_utf8dump(true, byte1, byte2, byte3); in skip()
303 for (int byte1 = 0xE0; byte1 <= 0xE0; ++byte1) in skip() local
305 check_utf8string(false, byte1); in skip()
306 check_utf8dump(false, byte1); in skip()
312 for (int byte1 = 0xE0; byte1 <= 0xE0; ++byte1) in skip() local
316 check_utf8string(false, byte1, byte2); in skip()
317 check_utf8dump(false, byte1, byte2); in skip()
324 for (int byte1 = 0xE0; byte1 <= 0xE0; ++byte1) in skip() local
336 check_utf8string(false, byte1, byte2, byte3); in skip()
337 check_utf8dump(false, byte1, byte2, byte3); in skip()
345 for (int byte1 = 0xE0; byte1 <= 0xE0; ++byte1) in skip() local
357 check_utf8string(false, byte1, byte2, byte3); in skip()
358 check_utf8dump(false, byte1, byte2, byte3); in skip()
369 for (int byte1 = 0xE1; byte1 <= 0xEC; ++byte1) in skip() local
375 check_utf8string(true, byte1, byte2, byte3); in skip()
376 check_utf8dump(true, byte1, byte2, byte3); in skip()
384 for (int byte1 = 0xE1; byte1 <= 0xEC; ++byte1) in skip() local
386 check_utf8string(false, byte1); in skip()
387 check_utf8dump(false, byte1); in skip()
393 for (int byte1 = 0xE1; byte1 <= 0xEC; ++byte1) in skip() local
397 check_utf8string(false, byte1, byte2); in skip()
398 check_utf8dump(false, byte1, byte2); in skip()
405 for (int byte1 = 0xE1; byte1 <= 0xEC; ++byte1) in skip() local
417 check_utf8string(false, byte1, byte2, byte3); in skip()
418 check_utf8dump(false, byte1, byte2, byte3); in skip()
426 for (int byte1 = 0xE1; byte1 <= 0xEC; ++byte1) in skip() local
438 check_utf8string(false, byte1, byte2, byte3); in skip()
439 check_utf8dump(false, byte1, byte2, byte3); in skip()
450 for (int byte1 = 0xED; byte1 <= 0xED; ++byte1) in skip() local
456 check_utf8string(true, byte1, byte2, byte3); in skip()
457 check_utf8dump(true, byte1, byte2, byte3); in skip()
465 for (int byte1 = 0xED; byte1 <= 0xED; ++byte1) in skip() local
467 check_utf8string(false, byte1); in skip()
468 check_utf8dump(false, byte1); in skip()
474 for (int byte1 = 0xED; byte1 <= 0xED; ++byte1) in skip() local
478 check_utf8string(false, byte1, byte2); in skip()
479 check_utf8dump(false, byte1, byte2); in skip()
486 for (int byte1 = 0xED; byte1 <= 0xED; ++byte1) in skip() local
498 check_utf8string(false, byte1, byte2, byte3); in skip()
499 check_utf8dump(false, byte1, byte2, byte3); in skip()
507 for (int byte1 = 0xED; byte1 <= 0xED; ++byte1) in skip() local
519 check_utf8string(false, byte1, byte2, byte3); in skip()
520 check_utf8dump(false, byte1, byte2, byte3); in skip()
531 for (int byte1 = 0xEE; byte1 <= 0xEF; ++byte1) in skip() local
537 check_utf8string(true, byte1, byte2, byte3); in skip()
538 check_utf8dump(true, byte1, byte2, byte3); in skip()
546 for (int byte1 = 0xEE; byte1 <= 0xEF; ++byte1) in skip() local
548 check_utf8string(false, byte1); in skip()
549 check_utf8dump(false, byte1); in skip()
555 for (int byte1 = 0xEE; byte1 <= 0xEF; ++byte1) in skip() local
559 check_utf8string(false, byte1, byte2); in skip()
560 check_utf8dump(false, byte1, byte2); in skip()
567 for (int byte1 = 0xEE; byte1 <= 0xEF; ++byte1) in skip() local
579 check_utf8string(false, byte1, byte2, byte3); in skip()
580 check_utf8dump(false, byte1, byte2, byte3); in skip()
588 for (int byte1 = 0xEE; byte1 <= 0xEF; ++byte1) in skip() local
600 check_utf8string(false, byte1, byte2, byte3); in skip()
601 check_utf8dump(false, byte1, byte2, byte3); in skip()