Home
last modified time | relevance | path

Searched refs:g_unichar_validate (Results 1 – 9 of 9) sorted by relevance

/external/bluetooth/glib/glib/
Dgunicode.h361 gboolean g_unichar_validate (gunichar ch) G_GNUC_CONST;
Dgutf8.c1787 g_unichar_validate (gunichar ch) in g_unichar_validate() function
Dgaliasdef.c3572 #undef g_unichar_validate
3573 extern __typeof (g_unichar_validate) g_unichar_validate __attribute((alias("IA__g_unichar_validate"…
Dgalias.h3561 extern __typeof (g_unichar_validate) IA__g_unichar_validate __attribute((visibility("hidden")));
3562 #define g_unichar_validate IA__g_unichar_validate macro
/external/bluetooth/glib/gobject/
Dgobject.symbols440 g_unichar_validate PRIVATE
Dgparamspecs.c406 if (!g_unichar_validate (oval)) in param_unichar_validate()
DChangeLog1426 g_slist_remove_all and g_unichar_validate symbols inside #ifdef
1559 present in the stable branch's gobject.def: g_unichar_validate,
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt2438 g_unichar_validate
/external/bluetooth/glib/
DChangeLog.pre-2-03345 * gutf8.c (g_unichar_validate): added this function