Home
last modified time | relevance | path

Searched refs:g_utf8_get_char_validated (Results 1 – 12 of 12) sorted by relevance

/external/bluetooth/glib/glib/
Dgunicode.h279 gunichar g_utf8_get_char_validated (const gchar *p,
Dgiochannel.c1429 val_char = g_utf8_get_char_validated (nextchar, lastchar - nextchar); in g_io_channel_fill_buffer()
2178 try_char = g_utf8_get_char_validated (badchar, incomplete_len); in g_io_channel_write_chars()
Dgstring.c775 gunichar_ok (g_utf8_get_char_validated (unescaped, end - unescaped))) in g_string_append_uri_escaped()
Dgmessages.c835 wc = g_utf8_get_char_validated (p, -1); in escape_string()
Dgutf8.c799 g_utf8_get_char_validated (const gchar *p, in g_utf8_get_char_validated() function
Dgaliasdef.c3530 #undef g_utf8_get_char_validated
3531 extern __typeof (g_utf8_get_char_validated) g_utf8_get_char_validated __attribute((alias("IA__g_utf…
Dgalias.h3519 extern __typeof (g_utf8_get_char_validated) IA__g_utf8_get_char_validated __attribute((visibility("…
3520 #define g_utf8_get_char_validated IA__g_utf8_get_char_validated macro
Dgkeyfile.c3376 …while (*q && (g_unichar_isalnum (g_utf8_get_char_validated (q, -1)) || *q == '-' || *q == '_' || *… in g_key_file_is_key_name()
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt2475 g_utf8_get_char_validated
/external/bluetooth/glib/
DChangeLog.pre-2-14581 * glib/gutf8.c: Add not to g_utf8_get_char_validated() about
1232 * glib/gutf8.c (g_utf8_get_char_validated): Clarify
DChangeLog.pre-2-41396 * glib/gutf8.c (g_utf8_get_char_validated): Work around gtk-doc stupidity.
DChangeLog.pre-2-02384 * glib/gutf8.c glib/gunicode.h (g_utf8_get_char_validated):