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

  /external/bluetooth/glib/glib/
gconvert.c 557 * g_convert_with_iconv:
584 * across successive calls to g_convert(), g_convert_with_iconv() or
597 g_convert_with_iconv (const gchar *str, function
775 res = g_convert_with_iconv (str, len, cd,
    [all...]
galias.h 468 extern __typeof (g_convert_with_iconv) IA__g_convert_with_iconv __attribute((visibility("hidden"))) G_GNUC_MALLOC;
469 #define g_convert_with_iconv IA__g_convert_with_iconv macro
    [all...]
galiasdef.c 474 #undef g_convert_with_iconv macro
475 extern __typeof (g_convert_with_iconv) g_convert_with_iconv __attribute((alias("IA__g_convert_with_iconv"), visibility("default")));
    [all...]

Completed in 355 milliseconds