Searched refs:check_utf8dump (Results 1 - 4 of 4) sorted by relevance
/third_party/json/tests/src/ |
H A D | unit-unicode2.cpp | 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) in check_utf8dump() function 198 check_utf8dump(false, byte1); 204 check_utf8dump(false, byte1); 237 check_utf8dump(true, byte1); 251 check_utf8dump(true, byte1, byte2); 261 check_utf8dump(false, byte1); 278 check_utf8dump(false, byte1, byte2); 295 check_utf8dump(true, byte1, byte2, byte3); 306 check_utf8dump(fals [all...] |
H A D | unit-unicode4.cpp | 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) in check_utf8dump() function 206 check_utf8dump(true, byte1, byte2, byte3, byte4); 218 check_utf8dump(false, byte1); 229 check_utf8dump(false, byte1, byte2); 243 check_utf8dump(false, byte1, byte2, byte3); 266 check_utf8dump(false, byte1, byte2, byte3, byte4); 290 check_utf8dump(false, byte1, byte2, byte3, byte4); 314 check_utf8dump(false, byte1, byte2, byte3, byte4);
|
H A D | unit-unicode5.cpp | 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) in check_utf8dump() function 206 check_utf8dump(true, byte1, byte2, byte3, byte4); 218 check_utf8dump(false, byte1); 229 check_utf8dump(false, byte1, byte2); 243 check_utf8dump(false, byte1, byte2, byte3); 266 check_utf8dump(false, byte1, byte2, byte3, byte4); 290 check_utf8dump(false, byte1, byte2, byte3, byte4); 314 check_utf8dump(false, byte1, byte2, byte3, byte4);
|
H A D | unit-unicode3.cpp | 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) in check_utf8dump() function 206 check_utf8dump(true, byte1, byte2, byte3, byte4); 218 check_utf8dump(false, byte1); 229 check_utf8dump(false, byte1, byte2); 243 check_utf8dump(false, byte1, byte2, byte3); 266 check_utf8dump(false, byte1, byte2, byte3, byte4); 290 check_utf8dump(false, byte1, byte2, byte3, byte4); 314 check_utf8dump(false, byte1, byte2, byte3, byte4);
|
Completed in 3 milliseconds