Home
last modified time | relevance | path

Searched refs:g_strup (Results 1 – 7 of 7) sorted by relevance

/external/bluetooth/glib/glib/
Dgstrfuncs.h182 gchar* g_strup (gchar *string);
Dgstrfuncs.c1815 g_strup (gchar *string) in g_strup() function
Dgaliasdef.c2847 #undef g_strup
2848 extern __typeof (g_strup) g_strup __attribute((alias("IA__g_strup"), visibility("default")));
Dgalias.h2836 extern __typeof (g_strup) IA__g_strup __attribute((visibility("hidden")));
2837 #define g_strup IA__g_strup macro
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt1203 g_strup
/external/bluetooth/glib/
DChangeLog.pre-2-01515 the string rather than acting like g_strup/strdown.
2818 * gstrfuncs.c (g_strup/strdown): to match g_strcasecmp,
4893 (g_strup): Likewise.
5643 (g_strup):
DChangeLog.pre-1-22608 (g_strup): g_string_up() counterpart.