Home
last modified time | relevance | path

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

/third_party/json/tests/src/
H A Dunit-unicode4.cpp32 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() argument
88 if (success_expected) 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 = -1) in check_utf8string() argument
158 if (success_expected) in check_utf8string()
H A Dunit-unicode5.cpp32 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() argument
88 if (success_expected) 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 = -1) in check_utf8string() argument
158 if (success_expected) in check_utf8string()
H A Dunit-unicode3.cpp32 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() argument
88 if (success_expected) 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 = -1) in check_utf8string() argument
158 if (success_expected) in check_utf8string()
H A Dunit-unicode2.cpp32 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() argument
88 if (success_expected) 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 = -1) in check_utf8string() argument
158 if (success_expected) in check_utf8string()
H A Dunit-unicode1.cpp228 void roundtrip(bool success_expected, const std::string& s);
230 void roundtrip(bool success_expected, const std::string& s) in roundtrip() argument
240 if (success_expected) in roundtrip()

Completed in 3 milliseconds