Searched defs:g_utf8_offset_to_pointer (Results 1 - 3 of 3) sorted by relevance

/external/bluetooth/glib/glib/
H A Dgutf8.c283 * g_utf8_offset_to_pointer:
307 g_utf8_offset_to_pointer (const gchar *str, function
H A Dgalias.h3522 extern __typeof (g_utf8_offset_to_pointer) IA__g_utf8_offset_to_pointer __attribute((visibility("hidden")));
3523 #define g_utf8_offset_to_pointer IA__g_utf8_offset_to_pointer macro
H A Dgaliasdef.c3533 #undef g_utf8_offset_to_pointer macro
3534 extern __typeof (g_utf8_offset_to_pointer) g_utf8_offset_to_pointer __attribute((alias("IA__g_utf8_offset_to_pointer"), visibility("default")));

Completed in 5149 milliseconds