Home
last modified time | relevance | path

Searched refs:g_utf8_skip (Results 1 – 5 of 5) sorted by relevance

/external/bluetooth/glib/glib/
Dgunicode.h274 GLIB_VAR const gchar * const g_utf8_skip; variable
276 #define g_utf8_next_char(p) (char *)((p) + g_utf8_skip[*(const guchar *)(p)])
Dguniprop.c907 gsize char_len = g_utf8_skip[*(guchar *)last]; in real_toupper()
1096 gsize char_len = g_utf8_skip[*(guchar *)last]; in real_tolower()
Dgutf8.c121 const gchar * const g_utf8_skip = utf8_skip_data; variable
1831 gchar *m, skip = g_utf8_skip[*(guchar*) p]; in g_utf8_strreverse()
Dgstring.c777 int len = g_utf8_skip [c]; in g_string_append_uri_escaped()
/external/bluetooth/glib/
DChangeLog.pre-2-01828 extra indirections to g_utf8_skip and g_ascii_table to
5463 * gunicode.h: Mark the g_utf8_skip array with GLIB_VAR.