HomeSort by relevance Sort by last modified time
    Searched defs:g_string_append_c (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/glib/glib/
gstring.h 90 GString* g_string_append_c (GString *string,
156 #define g_string_append_c(gstr,c) g_string_append_c_inline (gstr, c) macro
gstring.c 783 g_string_append_c (string, c);
788 g_string_append_c (string, '%');
789 g_string_append_c (string, hex[((guchar)c) >> 4]);
790 g_string_append_c (string, hex[((guchar)c) & 0xf]);
846 * g_string_append_c:
855 #undef g_string_append_c macro
857 g_string_append_c (GString *string, function
    [all...]

Completed in 154 milliseconds