Home
last modified time | relevance | path

Searched refs:GString (Results 1 – 25 of 283) sorted by relevance

12345678910>>...12

/third_party/glib/glib/
Dgstring.h39 typedef struct _GString GString; typedef
49 GString* g_string_new (const gchar *init);
51 GString* g_string_new_len (const gchar *init,
54 GString* g_string_sized_new (gsize dfl_size);
56 gchar* g_string_free (GString *string,
59 GBytes* g_string_free_to_bytes (GString *string);
61 gboolean g_string_equal (const GString *v,
62 const GString *v2);
64 guint g_string_hash (const GString *str);
66 GString* g_string_assign (GString *string,
[all …]
Dgstring.c96 g_string_maybe_expand (GString *string, in g_string_maybe_expand()
118 GString *
121 GString *string = g_slice_new (GString); in g_string_sized_new()
142 GString *
145 GString *string; in g_string_new()
177 GString *
181 GString *string; in g_string_new_len()
210 g_string_free (GString *string, in g_string_free()
225 g_slice_free (GString, string); in g_string_free()
247 g_string_free_to_bytes (GString *string) in g_string_free_to_bytes()
[all …]
Dgshell.c211 GString *dest; in g_shell_quote()
275 GString *retval; in g_shell_unquote()
412 ensure_token (GString **token) in ensure_token()
419 delimit_token (GString **token, in delimit_token()
436 GString *current_token = NULL; in tokenize_command_line()
/third_party/gettext/libtextstyle/gnulib-local/lib/glib/
Dgstring.in.h51 typedef struct _GString GString; typedef
80 GString* g_string_new (const gchar *init);
81 GString* g_string_new_len (const gchar *init,
84 GString* g_string_sized_new (gsize dfl_size);
86 gchar* g_string_free (GString *string,
89 gboolean g_string_equal (const GString *v,
90 const GString *v2);
91 guint g_string_hash (const GString *str);
92 GString* g_string_assign (GString *string,
94 GString* g_string_truncate (GString *string,
[all …]
Dgstring.c274 g_string_maybe_expand (GString* string, in g_string_maybe_expand()
284 GString*
287 GString *string = g_slice_new (GString); in g_string_sized_new()
299 GString*
302 GString *string; in g_string_new()
319 GString*
323 GString *string; in g_string_new_len()
339 g_string_free (GString *string, in g_string_free()
354 g_slice_free (GString, string); in g_string_free()
362 g_string_equal (const GString *v,
[all …]
/third_party/skia/third_party/externals/harfbuzz/util/
Dshape-format.hh41 GString *gs);
43 GString *gs);
49 GString *gs);
53 GString *gs);
61 GString *gs);
104 GString *gs) in serialize()
124 GString *gs) in serialize_line_no()
135 GString *gs) in serialize_buffer_of_text()
157 GString *gs) in serialize_message()
171 GString *gs) in serialize_buffer_of_glyphs()
Dtext-options.hh84 GString *gs = nullptr;
124 GString *gs, in encode_unicodes()
174 GString *gs = g_string_new (nullptr); in parse_unicodes()
221 GString *gs = g_string_new (nullptr); in parse_unicodes_before()
263 GString *gs = g_string_new (nullptr); in parse_unicodes_after()
/third_party/glib/glib/tests/
Dstring.c83 GString *string1, *string2; in test_string_new()
113 my_string_printf (GString *string, in my_string_printf()
127 GString *string; in test_string_printf()
161 GString *string; in test_string_assign()
183 GString *string; in test_string_append_c()
203 GString *string; in test_string_append()
221 GString *string; in test_string_prepend_c()
238 GString *string; in test_string_prepend()
256 GString *string; in test_string_insert()
298 GString *string; in test_string_insert_unichar()
[all …]
/third_party/gettext/libtextstyle/gnulib-local/lib/libcroco/
Dcr-style.h295 GString * a_str, guint a_nb_indent) ;
298 GString *a_str,
302 GString *a_str,
306 GString *a_str,
310 GString *a_str,
314 GString *a_str,
318 GString *a_str,
343 GString **a_str,
Dcr-string.h66 GString *stryng ;
76 CRString * cr_string_new_from_gstring (GString const *a_string) ;
/third_party/gstreamer/gstreamer/docs/
Dgst-hotdoc-plugins-scanner.c14 static void _add_object_details (GString * json, GString * other_types,
23 GString *output; in json_strescape()
72 GString *s = NULL; in flags_to_string()
105 _serialize_flags_default (GString * json, GType gtype, GValue * value) in _serialize_flags_default()
116 _serialize_flags (GString * json, GType gtype) in _serialize_flags()
144 _serialize_enum_default (GString * json, GType gtype, GValue * value) in _serialize_enum_default()
169 _serialize_enum (GString * json, GType gtype, GstPluginAPIFlags api_flags) in _serialize_enum()
209 _serialize_object (GString * json, GHashTable * seen_other_types, GType gtype, in _serialize_object()
213 GString *other_types = NULL; in _serialize_object()
235 _add_signals (GString * json, GString * other_types, in _add_signals()
[all …]
/third_party/glib/gio/tests/
Dsleepy-stream.c164 GString *string, in read_line()
187 build_comparison (GString *str, in build_comparison()
207 GString *one; in test()
208 GString *two; in test()
227 static GString *one, *two;
/third_party/gstreamer/gstreamer/gst/
Dgstdebugutils.c172 GString *s = NULL; in debug_dump_get_object_params()
238 const gchar * element_name, GstDebugGraphDetails details, GString * str, in debug_dump_pad()
317 GstDebugGraphDetails details, GString * str, const gint indent) in debug_dump_element_pad()
380 GString *str = (GString *) ptr; in string_append_field()
435 GString *str = NULL; in debug_dump_describe_caps()
478 GstDebugGraphDetails details, GString * str, const gint indent) in debug_dump_element_pad_link()
566 GstElement * element, GstDebugGraphDetails details, GString * str, in debug_dump_element_pads()
614 GString * str, const gint indent) in debug_dump_element()
760 debug_dump_header (GstBin * bin, GstDebugGraphDetails details, GString * str) in debug_dump_header()
802 debug_dump_footer (GString * str) in debug_dump_footer()
[all …]
Dgsttracerrecord.c63 GString *s = (GString *) user_data; in build_field_template()
102 GString *s; in gst_tracer_record_build_format()
/third_party/libsoup/libsoup/
Dsoup-form.c213 append_form_encoded (GString *str, const char *in) in append_form_encoded()
230 encode_pair (GString *str, const char *name, const char *value) in encode_pair()
291 GString *str = g_string_new (NULL); in soup_form_encode_hash()
321 GString *str = g_string_new (NULL); in soup_form_encode_datalist()
341 GString *str = g_string_new (NULL); in soup_form_encode_valist()
Dsoup-headers.h68 void soup_header_g_string_append_param (GString *string,
72 void soup_header_g_string_append_param_quoted (GString *string,
/third_party/gstreamer/gstplugins_base/gst/subparse/
Dsamiparse.c38 GString *buf; /* buffer to collect content */
39 GString *rubybuf; /* buffer to collect ruby content */
40 GString *resultbuf; /* when opening the next 'sync' tag, move
43 GString *state; /* in many sami files there are tags that
71 GString *buf;
363 GString *unescaped = g_string_new (NULL); in unescape_string()
582 has_tag (GString * str, const gchar tag) in has_tag()
597 GString *str = g_string_new (""); in sami_context_pop_state()
598 GString *context_state = sctx->state; in sami_context_pop_state()
Dgstsubparse.h37 GString *buf;
65 GString *textbuf;
/third_party/glib/gio/
Dstrinfo.c293 strinfo_builder_append_item (GString *builder, in strinfo_builder_append_item()
308 strinfo_builder_append_alias (GString *builder, in strinfo_builder_append_alias()
333 strinfo_builder_contains (GString *builder, in strinfo_builder_contains()
343 strinfo_builder_contains_value (GString *builder, in strinfo_builder_contains_value()
/third_party/flutter/skia/third_party/externals/harfbuzz/util/
Doptions.cc69 GString *shapers = g_string_new (nullptr); in shapers_to_string()
351 GString *gs = g_string_new (nullptr); in parse_unicodes()
530 GString *s = g_string_new (nullptr); in add_options()
707 GString *s = g_string_new (nullptr); in get_font()
880 GString *gs) in serialize_unicode()
901 GString *gs) in serialize_glyphs()
922 GString *gs) in serialize_line_no()
933 GString *gs) in serialize_buffer_of_text()
955 GString *gs) in serialize_message()
969 GString *gs) in serialize_buffer_of_glyphs()
Doptions.hh556 GString *gs;
633 GString *gs);
638 GString *gs);
640 GString *gs);
646 GString *gs);
650 GString *gs);
658 GString *gs);
/third_party/harfbuzz/util/
Doptions.cc69 GString *shapers = g_string_new (nullptr); in shapers_to_string()
375 GString *gs = g_string_new (nullptr); in parse_unicodes()
564 GString *s = g_string_new (nullptr); in add_options()
741 GString *s = g_string_new (nullptr); in get_font()
917 GString *gs) in serialize()
937 GString *gs) in serialize_line_no()
948 GString *gs) in serialize_buffer_of_text()
970 GString *gs) in serialize_message()
984 GString *gs) in serialize_buffer_of_glyphs()
/third_party/glib/tests/
Dunicode-normalize.c16 GString *result = g_string_new (NULL); in decode()
48 GString *result = g_string_new(NULL); in encode()
146 GString *buffer = g_string_new (NULL); in main()
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dqtdemux-webvtt.c76 webvtt_append_timestamp_to_string (GstClockTime timestamp, GString * str) in webvtt_append_timestamp_to_string()
96 GstClockTime start, GstClockTime duration, GString * s) in webvtt_decode_vttc()
170 GString *str = NULL; in qtdemux_webvtt_decode()
/third_party/gstreamer/gstplugins_base/tools/
Dgst-discoverer.c35 static void my_g_string_append_printf (GString * str, int depth, const gchar * format, ...) G_GNUC_…
81 my_g_string_append_printf (GString * str, int depth, const gchar * format, ...) in my_g_string_append_printf()
115 gst_stream_information_to_string (GstDiscovererStreamInfo * info, GString * s, in gst_stream_information_to_string()
209 GString *s = g_string_sized_new (32); in format_channel_mask()
244 GString *s; in gst_stream_audio_information_to_string()
287 GString *s; in gst_stream_video_information_to_string()
332 GString *s; in gst_stream_subtitle_information_to_string()

12345678910>>...12