Searched refs:reserved_chars_allowed (Results 1 - 4 of 4) sorted by relevance

/external/bluetooth/glib/glib/
H A Dgurifuncs.h76 const char *reserved_chars_allowed,
H A Dgstring.h138 const char *reserved_chars_allowed,
H A Dgstring.c719 is_valid (char c, const char *reserved_chars_allowed) argument
728 if (reserved_chars_allowed &&
729 strchr (reserved_chars_allowed, c) != NULL)
747 * @reserved_chars_allowed: a string of reserved characters allowed to be used
760 const char *reserved_chars_allowed,
781 else if (is_valid (c, reserved_chars_allowed))
758 g_string_append_uri_escaped(GString *string, const char *unescaped, const char *reserved_chars_allowed, gboolean allow_utf8) argument
/external/bluetooth/glib/gio/
H A Dgdummyfile.c78 const char *reserved_chars_allowed);
674 is_valid (char c, const char *reserved_chars_allowed) argument
683 if (reserved_chars_allowed &&
684 strchr (reserved_chars_allowed, c) != NULL)
693 const char *reserved_chars_allowed)
703 if (is_valid (c, reserved_chars_allowed))
691 g_string_append_encoded(GString *string, const char *encoded, const char *reserved_chars_allowed) argument

Completed in 33 milliseconds