Home
last modified time | relevance | path

Searched refs:allow_utf8 (Results 1 – 6 of 6) sorted by relevance

/third_party/glib/glib/
Dguriprivate.h32 gboolean allow_utf8);
Dgstring.h161 gboolean allow_utf8);
Dgstring.c528 gboolean allow_utf8) in g_string_append_uri_escaped() argument
531 reserved_chars_allowed, allow_utf8); in g_string_append_uri_escaped()
Dguri.h403 gboolean allow_utf8);
Dguri.c423 gboolean allow_utf8) in _uri_encoder() argument
433 if (allow_utf8 && *p >= 0x80) in _uri_encoder()
2666 gboolean allow_utf8) in g_uri_escape_string() argument
2674 g_string_append_uri_escaped (s, unescaped, reserved_chars_allowed, allow_utf8); in g_uri_escape_string()
/third_party/glib/glib/tests/
Duri.c460 gboolean allow_utf8; in test_uri_escape_string() member
485 tests[i].allow_utf8); in test_uri_escape_string()