Searched refs:allow_utf8 (Results 1 – 6 of 6) sorted by relevance
32 gboolean allow_utf8);
161 gboolean allow_utf8);
528 gboolean allow_utf8) in g_string_append_uri_escaped() argument531 reserved_chars_allowed, allow_utf8); in g_string_append_uri_escaped()
403 gboolean allow_utf8);
423 gboolean allow_utf8) in _uri_encoder() argument433 if (allow_utf8 && *p >= 0x80) in _uri_encoder()2666 gboolean allow_utf8) in g_uri_escape_string() argument2674 g_string_append_uri_escaped (s, unescaped, reserved_chars_allowed, allow_utf8); in g_uri_escape_string()
460 gboolean allow_utf8; in test_uri_escape_string() member485 tests[i].allow_utf8); in test_uri_escape_string()