Home
last modified time | relevance | path

Searched refs:g_string_append_c (Results 1 – 25 of 109) sorted by relevance

12345

/third_party/glib/glib/
Dgshell.c228 g_string_append_c (dest, *p); in g_shell_quote()
234 g_string_append_c (dest, '\''); in g_shell_quote()
306 g_string_append_c (retval, *start); in g_shell_unquote()
312 g_string_append_c (retval, *start); in g_shell_unquote()
458 g_string_append_c (current_token, '\\'); in tokenize_command_line()
459 g_string_append_c (current_token, *p); in tokenize_command_line()
490 g_string_append_c (current_token, *p); in tokenize_command_line()
524 g_string_append_c (current_token, *p); in tokenize_command_line()
546 g_string_append_c (current_token, *p); in tokenize_command_line()
556 g_string_append_c (current_token, *p); in tokenize_command_line()
Dgscanner.c1792 gstring = g_string_append_c (gstring, ch); in g_scanner_get_token_ll()
1811 gstring = g_string_append_c (gstring, ch); in g_scanner_get_token_ll()
1843 gstring = g_string_append_c (gstring, '\\'); in g_scanner_get_token_ll()
1847 gstring = g_string_append_c (gstring, '\n'); in g_scanner_get_token_ll()
1851 gstring = g_string_append_c (gstring, '\t'); in g_scanner_get_token_ll()
1855 gstring = g_string_append_c (gstring, '\r'); in g_scanner_get_token_ll()
1859 gstring = g_string_append_c (gstring, '\b'); in g_scanner_get_token_ll()
1863 gstring = g_string_append_c (gstring, '\f'); in g_scanner_get_token_ll()
1887 gstring = g_string_append_c (gstring, i); in g_scanner_get_token_ll()
1891 gstring = g_string_append_c (gstring, ch); in g_scanner_get_token_ll()
[all …]
Dguri.c324 g_string_append_c (decoded, *s); in uri_decoder()
339 g_string_append_c (decoded, *s); in uri_decoder()
340 g_string_append_c (decoded, g_ascii_toupper (s[1])); in uri_decoder()
341 g_string_append_c (decoded, g_ascii_toupper (s[2])); in uri_decoder()
346 g_string_append_c (decoded, c); in uri_decoder()
351 g_string_append_c (decoded, ' '); in uri_decoder()
356 g_string_append_c (decoded, *s); in uri_decoder()
445 g_string_append_c (out, *p); in _uri_encoder()
450 g_string_append_c (out, '%'); in _uri_encoder()
451 g_string_append_c (out, hex[*p >> 4]); in _uri_encoder()
[all …]
Dghostutils.c145 g_string_append_c (output, g_ascii_tolower (input[j])); in punycode_encode()
150 g_string_append_c (output, '-'); in punycode_encode()
193 g_string_append_c (output, encode_digit (digit)); in punycode_encode()
197 g_string_append_c (output, encode_digit (q)); in punycode_encode()
539 g_string_append_c (out, '.'); in g_hostname_to_ascii()
721 g_string_append_c (out, '.'); in g_hostname_to_unicode()
Dgvariant.c2317 g_string_append_c (string, '{'); in g_variant_print_string()
2337 g_string_append_c (string, '}'); in g_variant_print_string()
2354 g_string_append_c (string, '['); in g_variant_print_string()
2368 g_string_append_c (string, ']'); in g_variant_print_string()
2379 g_string_append_c (string, '('); in g_variant_print_string()
2395 g_string_append_c (string, ')'); in g_variant_print_string()
2403 g_string_append_c (string, '{'); in g_variant_print_string()
2415 g_string_append_c (string, '}'); in g_variant_print_string()
2426 g_string_append_c (string, '<'); in g_variant_print_string()
2428 g_string_append_c (string, '>'); in g_variant_print_string()
[all …]
Dgstring.h87 GString* g_string_append_c (GString *string,
178 #define g_string_append_c(gstr,c) g_string_append_c_inline (gstr, c) macro
/third_party/skia/third_party/externals/harfbuzz/util/
Dshape-format.hh140 g_string_append_c (gs, '('); in serialize_buffer_of_text()
142 g_string_append_c (gs, ')'); in serialize_buffer_of_text()
143 g_string_append_c (gs, '\n'); in serialize_buffer_of_text()
150 g_string_append_c (gs, '\n'); in serialize_buffer_of_text()
161 g_string_append_c (gs, '\n'); in serialize_message()
175 g_string_append_c (gs, '\n'); in serialize_buffer_of_glyphs()
Dfont-options.hh122 g_string_append_c (s, '/'); in post_parse()
125 g_string_append_c (s, '\n'); in post_parse()
243 g_string_append_c (s, '/'); in add_options()
/third_party/gstreamer/gstreamer/docs/
Dgst-hotdoc-plugins-scanner.c35 g_string_append_c (output, '\\'); in json_strescape()
36 g_string_append_c (output, *p); in json_strescape()
38 g_string_append_c (output, '%'); in json_strescape()
39 g_string_append_c (output, *p); in json_strescape()
62 g_string_append_c (output, *p); in json_strescape()
90 g_string_append_c (s, '+'); in flags_to_string()
134 g_string_append_c (json, ','); in _serialize_flags()
193 g_string_append_c (json, ','); in _serialize_enum()
220 g_string_append_c (json, ','); in _serialize_object()
226 g_string_append_c (json, '}'); in _serialize_object()
[all …]
/third_party/flutter/skia/third_party/externals/harfbuzz/util/
Doptions.cc74 g_string_append_c (shapers, ','); in shapers_to_string()
536 g_string_append_c (s, '/'); in add_options()
711 g_string_append_c (s, '/'); in get_font()
885 g_string_append_c (gs, '<'); in serialize_unicode()
889 g_string_append_c (gs, ','); in serialize_unicode()
893 g_string_append_c (gs, '>'); in serialize_unicode()
903 g_string_append_c (gs, '['); in serialize_glyphs()
918 g_string_append_c (gs, ']'); in serialize_glyphs()
938 g_string_append_c (gs, '('); in serialize_buffer_of_text()
940 g_string_append_c (gs, ')'); in serialize_buffer_of_text()
[all …]
/third_party/gstreamer/gstplugins_base/gst/subparse/
Dsamiparse.c383 unescaped = g_string_append_c (unescaped, '&'); in unescape_string()
439 unescaped = g_string_append_c (unescaped, ' '); in unescape_string()
445 unescaped = g_string_append_c (unescaped, *text); in unescape_string()
591 g_string_append_c (sctx->state, state); in sami_context_push_state()
734 g_string_append_c (sctx->buf, '>'); in handle_start_font()
755 g_string_append_c (sctx->buf, '\n'); in handle_start_element()
813 g_string_append_c (sctx->rubybuf, ' '); in handle_text()
815 g_string_append_c (sctx->rubybuf, ' '); in handle_text()
892 context->rubybuf = g_string_append_c (context->rubybuf, '\n'); in parse_sami()
/third_party/glib/gio/
Dgdummyfile.c692 g_string_append_c (string, c); in g_string_append_encoded()
697 g_string_append_c (string, '%'); in g_string_append_encoded()
698 g_string_append_c (string, hex[((guchar)c) >> 4]); in g_string_append_encoded()
699 g_string_append_c (string, hex[((guchar)c) & 0xf]); in g_string_append_encoded()
721 g_string_append_c (uri, '@'); in _g_encode_uri()
728 g_string_append_c (uri, ':'); in _g_encode_uri()
737 g_string_append_c (uri, '?'); in _g_encode_uri()
743 g_string_append_c (uri, '#'); in _g_encode_uri()
Dgdbuserror.c242 g_string_append_c (s, dbus_name[n]); in _g_dbus_error_decode_gerror()
269 g_string_append_c (s, (nibble_top<<4) | nibble_bottom); in _g_dbus_error_decode_gerror()
869 g_string_append_c (s, c); in g_dbus_error_encode_gerror()
875 g_string_append_c (s, '_'); in g_dbus_error_encode_gerror()
886 g_string_append_c (s, nibble_top); in g_dbus_error_encode_gerror()
887 g_string_append_c (s, nibble_bottom); in g_dbus_error_encode_gerror()
Dglib-compile-resources.c695 g_string_append_c (str, '\\'); in escape_makefile_string()
696 g_string_append_c (str, '\\'); in escape_makefile_string()
700 g_string_append_c (str, '$'); in escape_makefile_string()
704 g_string_append_c (str, '\\'); in escape_makefile_string()
707 g_string_append_c (str, *p); in escape_makefile_string()
996 g_string_append_c (s, base[i]); in main()
998 g_string_append_c (s, '_'); in main()
Dgio-tool-info.c57 g_string_append_c (str, c); in escape_string()
61 g_string_append_c (str, hex_digits[(c >> 4) & 0xf]); in escape_string()
62 g_string_append_c (str, hex_digits[c & 0xf]); in escape_string()
Dgaction.c581 g_string_append_c (result, '('); in g_action_print_detailed_name()
583 g_string_append_c (result, ')'); in g_action_print_detailed_name()
/third_party/libsoup/libsoup/
Dsoup-uri.c550 g_string_append_c (str, ':'); in soup_uri_to_string_internal()
553 g_string_append_c (str, '@'); in soup_uri_to_string_internal()
558 g_string_append_c (str, '['); in soup_uri_to_string_internal()
566 g_string_append_c (str, ']'); in soup_uri_to_string_internal()
572 g_string_append_c (str, '/'); in soup_uri_to_string_internal()
576 g_string_append_c (str, '/'); in soup_uri_to_string_internal()
582 g_string_append_c (str, '/'); in soup_uri_to_string_internal()
585 g_string_append_c (str, '?'); in soup_uri_to_string_internal()
589 g_string_append_c (str, '#'); in soup_uri_to_string_internal()
722 g_string_append_c (str, *s++); in append_uri_encoded()
[all …]
Dsoup-form.c219 g_string_append_c (str, '+'); in append_form_encoded()
225 g_string_append_c (str, *s++); in append_form_encoded()
236 g_string_append_c (str, '&'); in encode_pair()
238 g_string_append_c (str, '='); in encode_pair()
/third_party/harfbuzz/util/
Doptions.cc74 g_string_append_c (shapers, ','); in shapers_to_string()
378 g_string_append_c (gs, '*'); in parse_unicodes()
570 g_string_append_c (s, '/'); in add_options()
745 g_string_append_c (s, '/'); in get_font()
953 g_string_append_c (gs, '('); in serialize_buffer_of_text()
955 g_string_append_c (gs, ')'); in serialize_buffer_of_text()
956 g_string_append_c (gs, '\n'); in serialize_buffer_of_text()
963 g_string_append_c (gs, '\n'); in serialize_buffer_of_text()
974 g_string_append_c (gs, '\n'); in serialize_message()
988 g_string_append_c (gs, '\n'); in serialize_buffer_of_glyphs()
/third_party/gstreamer/gstplugins_bad/gst/rtmp2/rtmp/
Drtmputils.c311 g_string_append_c (string, '"'); in gst_rtmp_string_print_escaped()
318 g_string_append_c (string, c); in gst_rtmp_string_print_escaped()
323 g_string_append_c (string, '\\'); in gst_rtmp_string_print_escaped()
324 g_string_append_c (string, ascii_escapes[c]); in gst_rtmp_string_print_escaped()
347 g_string_append_c (string, '"'); in gst_rtmp_string_print_escaped()
Damf.c508 g_string_append_c (string, ' '); in dump_indent()
511 g_string_append_c (string, '\n'); in dump_indent()
513 g_string_append_c (string, ' '); in dump_indent()
542 g_string_append_c (string, 'L'); in dump_node()
553 g_string_append_c (string, object_delim[0]); in dump_node()
559 g_string_append_c (string, ':'); in dump_node()
560 g_string_append_c (string, ' '); in dump_node()
563 g_string_append_c (string, ','); in dump_node()
568 g_string_append_c (string, object_delim[1]); in dump_node()
574 g_string_append_c (string, '('); in dump_node()
[all …]
/third_party/glib/glib/tests/
Dstring.c190 g_string_append_c (string, 'a'+(i%26)); in test_string_append_c()
192 (g_string_append_c) (string, 'a'+(i%26)); in test_string_append_c()
419 g_string_append_c (string1, '\0'); in test_string_nul_handling()
421 g_string_append_c (string2, '\0'); in test_string_nul_handling()
423 g_string_append_c (string1, 'x'); in test_string_nul_handling()
424 g_string_append_c (string2, 'y'); in test_string_nul_handling()
/third_party/gstreamer/gstreamer/gst/
Dgstparse.c202 g_string_append_c (gstr, '\\'); in _gst_parse_escape()
204 g_string_append_c (gstr, *str); in _gst_parse_escape()
271 g_string_append_c (str, ' '); in gst_parse_launchv_full()
/third_party/gettext/libtextstyle/gnulib-local/lib/libcroco/
Dcr-attr-sel.c130 g_string_append_c (str_buf, ' '); in cr_attr_sel_to_string()
156 g_string_append_c (str_buf, '='); in cr_attr_sel_to_string()
/third_party/gettext/libtextstyle/gnulib-local/lib/glib/
Dgstring.in.h108 GString* g_string_append_c (GString *string,
163 #define g_string_append_c(gstr,c) g_string_append_c_inline (gstr, c)

12345