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()
197 for (int byte1 = 0xF4; byte1 <= 0xF4; ++byte1) in skip() local
205 check_utf8string(true, byte1, byte2, byte3, byte4); in skip()
206 check_utf8dump(true, byte1, byte2, byte3, byte4); in skip()
215 for (int byte1 = 0xF4; byte1 <= 0xF4; ++byte1) in skip() local
217 check_utf8string(false, byte1); in skip()
218 check_utf8dump(false, byte1); in skip()
224 for (int byte1 = 0xF4; byte1 <= 0xF4; ++byte1) in skip() local
228 check_utf8string(false, byte1, byte2); in skip()
229 check_utf8dump(false, byte1, byte2); in skip()
236 for (int byte1 = 0xF4; byte1 <= 0xF4; ++byte1) in skip() local
242 check_utf8string(false, byte1, byte2, byte3); in skip()
243 check_utf8dump(false, byte1, byte2, byte3); in skip()
251 for (int byte1 = 0xF4; byte1 <= 0xF4; ++byte1) in skip() local
265 check_utf8string(false, byte1, byte2, byte3, byte4); in skip()
266 check_utf8dump(false, byte1, byte2, byte3, byte4); in skip()
275 for (int byte1 = 0xF4; byte1 <= 0xF4; ++byte1) in skip() local
289 check_utf8string(false, byte1, byte2, byte3, byte4); in skip()
290 check_utf8dump(false, byte1, byte2, byte3, byte4); in skip()
299 for (int byte1 = 0xF4; byte1 <= 0xF4; ++byte1) in skip() local
313 check_utf8string(false, byte1, byte2, byte3, byte4); in skip()
314 check_utf8dump(false, byte1, byte2, byte3, byte4); in skip()