Searched refs:success_expected (Results 1 – 5 of 5) sorted by relevance
/third_party/json/test/src/ |
D | unit-unicode5.cpp | 53 void check_utf8dump(bool success_expected, int byte1, int byte2, int byte3, int byte4); 55 void check_utf8dump(bool success_expected, int byte1, int byte2 = -1, int byte3 = -1, int byte4 = -… in check_utf8dump() argument 109 if (success_expected) in check_utf8dump() 140 void check_utf8string(bool success_expected, int byte1, int byte2, int byte3, int byte4); 143 void check_utf8string(bool success_expected, int byte1, int byte2 = -1, int byte3 = -1, int byte4 =… in check_utf8string() argument 179 if (success_expected) in check_utf8string()
|
D | unit-unicode4.cpp | 53 void check_utf8dump(bool success_expected, int byte1, int byte2, int byte3, int byte4); 55 void check_utf8dump(bool success_expected, int byte1, int byte2 = -1, int byte3 = -1, int byte4 = -… in check_utf8dump() argument 109 if (success_expected) in check_utf8dump() 140 void check_utf8string(bool success_expected, int byte1, int byte2, int byte3, int byte4); 143 void check_utf8string(bool success_expected, int byte1, int byte2 = -1, int byte3 = -1, int byte4 =… in check_utf8string() argument 179 if (success_expected) in check_utf8string()
|
D | unit-unicode3.cpp | 53 void check_utf8dump(bool success_expected, int byte1, int byte2, int byte3, int byte4); 55 void check_utf8dump(bool success_expected, int byte1, int byte2 = -1, int byte3 = -1, int byte4 = -… in check_utf8dump() argument 109 if (success_expected) in check_utf8dump() 140 void check_utf8string(bool success_expected, int byte1, int byte2, int byte3, int byte4); 143 void check_utf8string(bool success_expected, int byte1, int byte2 = -1, int byte3 = -1, int byte4 =… in check_utf8string() argument 179 if (success_expected) in check_utf8string()
|
D | unit-unicode2.cpp | 53 void check_utf8dump(bool success_expected, int byte1, int byte2, int byte3, int byte4); 55 void check_utf8dump(bool success_expected, int byte1, int byte2 = -1, int byte3 = -1, int byte4 = -… in check_utf8dump() argument 109 if (success_expected) in check_utf8dump() 140 void check_utf8string(bool success_expected, int byte1, int byte2, int byte3, int byte4); 143 void check_utf8string(bool success_expected, int byte1, int byte2 = -1, int byte3 = -1, int byte4 =… in check_utf8string() argument 179 if (success_expected) in check_utf8string()
|
D | unit-unicode1.cpp | 263 void roundtrip(bool success_expected, const std::string& s); 265 void roundtrip(bool success_expected, const std::string& s) in roundtrip() argument 275 if (success_expected) in roundtrip()
|