Searched refs:g_utf8_find_next_char (Results 1 - 5 of 5) sorted by relevance

/external/bluetooth/glib/glib/
H A Dgunicode.h287 gchar* g_utf8_find_next_char (const gchar *p,
H A Dgkeyfile.c3338 q = g_utf8_find_next_char (q, NULL);
3359 q = g_utf8_find_next_char (q, NULL);
3377 q = g_utf8_find_next_char (q, NULL);
3406 p = g_utf8_find_next_char (p, NULL);
3412 p = g_utf8_find_next_char (p, NULL);
3414 p = g_utf8_find_next_char (p, NULL);
H A Dgutf8.c151 * g_utf8_find_next_char:
165 g_utf8_find_next_char (const gchar *p, function
H A Dgaliasdef.c3521 #undef g_utf8_find_next_char macro
3522 extern __typeof (g_utf8_find_next_char) g_utf8_find_next_char __attribute((alias("IA__g_utf8_find_next_char"), visibility("default")));
H A Dgalias.h3510 extern __typeof (g_utf8_find_next_char) IA__g_utf8_find_next_char __attribute((visibility("hidden")));
3511 #define g_utf8_find_next_char IA__g_utf8_find_next_char macro

Completed in 50 milliseconds