Home
last modified time | relevance | path

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

/external/bluetooth/glib/glib/
Dgstrfuncs.h102 gchar* g_strcanon (gchar *string,
Dgstrfuncs.c2181 g_strcanon (gchar *string, in g_strcanon() function
Dgaliasdef.c2753 #undef g_strcanon
2754 extern __typeof (g_strcanon) g_strcanon __attribute((alias("IA__g_strcanon"), visibility("default")…
Dgalias.h2742 extern __typeof (g_strcanon) IA__g_strcanon __attribute((visibility("hidden")));
2743 #define g_strcanon IA__g_strcanon macro
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt1232 g_strcanon
/external/bluetooth/glib/
DChangeLog.pre-2-05608 * glib.def: Add g_strcanon.
5646 (g_strcanon): new function, canonicalizes string according to
/external/bluetooth/glib/gobject/
DChangeLog2159 using g_strcanon().