Lines Matching +full:43 +full:s
28 char *qjstr = g_strdup_printf("%c%s%c", quote, jstr, quote); in from_json_str()
110 "\"the bee's knees\"", in string_with_quotes()
132 * Most test cases are scraped from Markus Kuhn's UTF-8 decoder in utf8_string()
238 * The last possible sequence is actually U+FFFF. But that's in utf8_string()
241 * in the BMP, and covered under 2.3. Because of U+FFFD's in utf8_string()
242 * special role as replacement character, it's worth testing in utf8_string()
541 * The actual maximum would be U+FFFF, but that's a in utf8_string()
1023 qstr = qobject_to(QString, qobject_from_jsonf_nofail("%s", value_s)); in interpolation_valid()
1047 qobject_from_jsonf_nofail("['%s', %s]", "eins", "zwei"); in interpolation_string()
1075 .encoded = "{\"foo\": 43}", in simple_dict()
1077 { "foo", QLIT_QNUM(43) }, in simple_dict()
1161 .encoded = "[43,42]", in simple_list()
1163 QLIT_QNUM(43), in simple_list()
1169 .encoded = "[43]", in simple_list()
1171 QLIT_QNUM(43), in simple_list()
1218 .encoded = " [ 43 , 42 ]", in simple_whitespace()
1220 QLIT_QNUM(43), in simple_whitespace()
1226 .encoded = "\t[ 43 , { 'h' : 'b' },\r\n\t[ ], 42 ]\n", in simple_whitespace()
1228 QLIT_QNUM(43), in simple_whitespace()
1239 .encoded = " [ 43 , { 'h' : 'b' , 'a' : 32 }, [ ], 42 ]", in simple_whitespace()
1241 QLIT_QNUM(43), in simple_whitespace()