Home
last modified time | relevance | path

Searched refs:success_expected (Results 1 – 5 of 5) sorted by relevance

/third_party/json/test/src/
Dunit-unicode5.cpp53 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()
Dunit-unicode4.cpp53 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()
Dunit-unicode3.cpp53 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()
Dunit-unicode2.cpp53 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()
Dunit-unicode1.cpp263 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()