Home
last modified time | relevance | path

Searched refs:g_strcompress (Results 1 – 9 of 9) sorted by relevance

/external/bluetooth/glib/glib/
Dgstrfuncs.h207 gchar* g_strcompress (const gchar *source) G_GNUC_MALLOC;
Dgstrfuncs.c2200 g_strcompress (const gchar *source) in g_strcompress() function
Dgaliasdef.c2762 #undef g_strcompress
2763 extern __typeof (g_strcompress) g_strcompress __attribute((alias("IA__g_strcompress"), visibility("…
Dgalias.h2751 extern __typeof (g_strcompress) IA__g_strcompress __attribute((visibility("hidden"))) G_GNUC_MALLOC;
2752 #define g_strcompress IA__g_strcompress macro
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt1231 g_strcompress
/external/bluetooth/glib/
DChangeLog.pre-2-8701 * glib/gstrfuncs.c (g_strcompress): Warn and don't crash
DNEWS3041 * g_strcompress() added, g_strescape() had a slight API change, and
DChangeLog.pre-2-06365 * tests/strfunc-test.c: Rename g_strccpy to g_strcompress and
6368 g_strcompress, octal digits were gobbled up without limit, should
/external/bluetooth/glib/docs/reference/
DChangeLog3995 g_strescape and added those of g_strcompress.