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

  /external/bluetooth/glib/glib/
gconvert.c 123 * GLib provides g_convert() and g_locale_to_utf8() which are likely
179 * GLib provides g_convert() and g_locale_to_utf8() which are likely
210 * GLib provides g_convert() and g_locale_to_utf8() which are likely
584 * across successive calls to g_convert(), g_convert_with_iconv() or
712 * g_convert:
747 g_convert (const gchar *str, function
858 dest = g_convert (str, len, to_codeset, from_codeset,
888 utf8 = g_convert (str, len, "UTF-8", from_codeset,
1101 return g_convert (opsysstring, len,
1142 return g_convert (utf8string, len
    [all...]
galias.h 459 extern __typeof (g_convert) IA__g_convert __attribute((visibility("hidden"))) G_GNUC_MALLOC;
460 #define g_convert IA__g_convert macro
    [all...]
galiasdef.c 463 #undef g_convert macro
464 extern __typeof (g_convert) g_convert __attribute((alias("IA__g_convert"), visibility("default")));
    [all...]

Completed in 142 milliseconds