Searched refs:g_markup_printf_escaped (Results 1 – 8 of 8) sorted by relevance
/third_party/glib/glib/ |
D | gmarkup.h | 231 gchar *g_markup_printf_escaped (const char *format,
|
D | gmarkup.c | 2628 g_markup_printf_escaped (const gchar *format, ...) in g_markup_printf_escaped() function
|
/third_party/gstreamer/gstplugins_base/gst/subparse/ |
D | gstssaparse.c | 309 escaped = g_markup_printf_escaped ("%s", t); in gst_ssa_parse_push_line()
|
/third_party/glib/gio/tests/ |
D | gmenumodel.c | 84 str = g_markup_printf_escaped (" %s='%s'", name, g_variant_get_string (value, NULL)); in g_menu_markup_print_string() 97 …str = g_markup_printf_escaped ("<attribute name='%s' type='%s'>%s</attribute>\n", name, type, prin… in g_menu_markup_print_string() 117 str = g_markup_printf_escaped ("<link name='%s'>\n", name); in g_menu_markup_print_string()
|
/third_party/glib/po/ |
D | Makefile.in.in | 113 --flag=g_markup_printf_escaped:1:c-format \
|
/third_party/glib/gio/ |
D | gdbusintrospection.c | 589 tmp = g_markup_printf_escaped ("%*s<annotation name=\"%s\" value=\"%s\"", in g_dbus_annotation_info_generate_xml()
|
/third_party/glib/docs/reference/glib/ |
D | glib-sections.txt | 1552 g_markup_printf_escaped
|
/third_party/glib/glib/tests/ |
D | strfuncs.c | 1908 tmp = g_markup_printf_escaped ("%s", string); in test_bounds()
|