Home
last modified time | relevance | path

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

/third_party/json/tests/src/
H A Dunit-convenience.cpp97 void check_escaped(const char* original, const char* escaped = "", bool ensure_ascii = false);
98 void check_escaped(const char* original, const char* escaped, const bool ensure_ascii) in check_escaped() function
125 check_escaped("\"", "\\\"");
126 check_escaped("\\", "\\\\");
127 check_escaped("\b", "\\b");
128 check_escaped("\f", "\\f");
129 check_escaped("\n", "\\n");
130 check_escaped("\r", "\\r");
131 check_escaped("\t", "\\t");
133 check_escaped("\x0
[all...]

Completed in 1 milliseconds