Home
last modified time | relevance | path

Searched refs:g_string_down (Results 1 – 8 of 8) sorted by relevance

/external/bluetooth/glib/glib/
Dgstring.h167 GString* g_string_down (GString *string);
Dgstring.c1296 g_string_down (GString *string) in g_string_down() function
Dgaliasdef.c2998 #undef g_string_down
2999 extern __typeof (g_string_down) g_string_down __attribute((alias("IA__g_string_down"), visibility("…
Dgalias.h2987 extern __typeof (g_string_down) IA__g_string_down __attribute((visibility("hidden")));
2988 #define g_string_down IA__g_string_down macro
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt2089 g_string_down
/external/bluetooth/glib/
DChangeLog.pre-1-22603 (g_string_down): new function for tolower(3) conversion.
2607 (g_strdown): g_string_down() counterpart.
DChangeLog.pre-2-4572 * glib/gstring.c (g_string_down):
DChangeLog.pre-2-04896 * gstring.c (g_string_down): `s = (guchar *) string->str'.