Home | History | Annotate | Download | only in json

Lines Matching refs:EscapeJSONString

36     EscapeJSONString(in_ptr, false, &out);
41 bool convert_ok = EscapeJSONString(in_str, false, &out);
54 EscapeJSONString(in, false, &out);
59 EscapeJSONString(in, true, &out_quoted);
71 EscapeJSONString(in, false, &out);
95 EscapeJSONString(in, false, &out);
106 EscapeJSONString(in, false, &out);
111 EscapeJSONString(in, true, &out_quoted);
123 EscapeJSONString(in, false, &out);
137 EXPECT_TRUE(EscapeJSONString(test, false, &actual));
148 EXPECT_TRUE(EscapeJSONString(test, false, &actual));
158 EXPECT_FALSE(EscapeJSONString(test, false, &actual));