Searched refs:GString (Results 1 - 25 of 48) sorted by relevance

12

/external/bluetooth/glib/glib/
H A Dgstring.h40 typedef struct _GString GString; typedef in typeref:struct:_GString
66 GString* g_string_new (const gchar *init);
67 GString* g_string_new_len (const gchar *init,
69 GString* g_string_sized_new (gsize dfl_size);
70 gchar* g_string_free (GString *string,
72 gboolean g_string_equal (const GString *v,
73 const GString *v2);
74 guint g_string_hash (const GString *str);
75 GString* g_string_assign (GString *strin
[all...]
H A Dgstring.c353 g_string_maybe_expand (GString* string,
368 * Creates a new #GString, with enough space for @dfl_size
373 * Returns: the new #GString
375 GString*
378 GString *string = g_slice_new (GString);
394 * Creates a new #GString, initialized with the given string.
396 * Returns: the new #GString
398 GString*
401 GString *strin
[all...]
H A Dgiochannel.h121 GString *read_buf; /* Raw data from the channel */
122 GString *encoded_read_buf; /* Channel data converted to UTF-8 */
123 GString *write_buf; /* Data ready to be written to the file */
240 GString *buffer,
H A Dgtestutils.c1371 GString *gstring;
1467 g_string_must_read (GString *gstring,
1492 g_string_write_out (GString *gstring,
1618 GString *sout = g_string_new (NULL);
1619 GString *serr = g_string_new (NULL);
1797 gstring_overwrite_int (GString *gstring,
1806 gstring_append_int (GString *gstring,
1814 gstring_append_double (GString *gstring,
1827 GString *gstring = g_string_sized_new (1024);
H A Dgkeyfile.c75 GString *parse_buffer; /* Holds up to one line of not-yet-parsed data */
1026 GString *data_string;
1574 GString *value_list;
1826 GString *value_list;
2043 GString *value_list;
2255 GString *values;
2466 GString *values;
2694 GString *string;
2777 GString *string;
3739 GString *strin
[all...]
H A Dgmessages.c604 GString *gstring = g_string_new ("[Invalid UTF-8] ");
826 escape_string (GString *string)
893 GString *gstring;
935 GString *msg;
H A Dgregex.h125 GString *result,
H A Dgtestutils.h252 GString *data;
/external/bluetooth/glib/gio/tests/
H A Dsleepy-stream.c160 GString *string,
186 build_comparison (GString *str,
206 GString *one;
207 GString *two;
226 static GString *one, *two;
/external/bluetooth/glib/tests/
H A Dunicode-normalize.c16 GString *result = g_string_new (NULL);
48 GString *result = g_string_new(NULL);
146 GString *buffer = g_string_new (NULL);
H A Dmarkup-collect.c23 GString *string = user_data;
159 GString *string;
H A Diochannel-test.c59 GString *buffer;
H A Dutf8-validate.c291 GString *str;
/external/webkit/WebKit/gtk/webkit/
H A Dwebkitwebdatasource.h82 WEBKIT_API GString *
H A Dwebkitwebresource.h67 WEBKIT_API GString *
H A Dwebkitwebdatasource.cpp69 GString* data;
336 * Return value: a #GString which contains the raw data that represents the @data_source or %NULL if the
341 GString* webkit_web_data_source_get_data(WebKitWebDataSource* webDataSource)
H A Dwebkitwebresource.cpp288 * Return value: a #GString containing the character data of the @webResource.
293 GString* webkit_web_resource_get_data(WebKitWebResource* webResource)
/external/bluetooth/glib/tests/gobject/
H A Difacecheck.c44 GString *history;
/external/bluetooth/glib/gio/
H A Dgicon.c163 g_icon_to_string_tokenized (GIcon *icon, GString *s)
287 GString *s;
H A Dgdummyfile.c76 static void g_string_append_encoded (GString *string,
350 GString *str;
691 g_string_append_encoded (GString *string,
721 GString *uri;
H A Dgwin32mount.c297 GString *error_string;
/external/webkit/WebKit/gtk/tests/
H A Dtestwebdatasource.c110 GString* data = webkit_web_data_source_get_data(dataSource);
/external/bluetooth/bluez/gdbus/
H A Dobject.c55 static void print_arguments(GString *gstr, const char *sig,
115 static void generate_interface_xml(GString *gstr, struct interface_data *iface)
150 GString *gstr;
/external/bluetooth/glib/gobject/
H A Dgboxed.c212 const GString *src_gstring = boxed;
220 GString *gstring = boxed;
231 type_id = g_boxed_type_register_static (g_intern_static_string ("GString"),
232 /* the naming is a bit odd, but GString is obviously not G_TYPE_STRING */
/external/webkit/WebKitTools/GtkLauncher/
H A Dmain.c49 GString* string = g_string_new (main_title);

Completed in 168 milliseconds

12