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

  /external/bluetooth/glib/glib/
gconvert.c 585 * g_convert_with_fallback(). (An example of this is the GNU C converter
785 * g_convert_with_fallback:
822 g_convert_with_fallback (const gchar *str, function
    [all...]
galias.h 465 extern __typeof (g_convert_with_fallback) IA__g_convert_with_fallback __attribute((visibility("hidden"))) G_GNUC_MALLOC;
466 #define g_convert_with_fallback IA__g_convert_with_fallback macro
    [all...]
galiasdef.c 471 #undef g_convert_with_fallback macro
472 extern __typeof (g_convert_with_fallback) g_convert_with_fallback __attribute((alias("IA__g_convert_with_fallback"), visibility("default")));
    [all...]

Completed in 69 milliseconds