Searched refs:percent_encoding_push (Results 1 – 1 of 1) sorted by relevance
143 self.normalized.percent_encoding_push(ch, USERINFO); in parse_userinfo()190 self.normalized.percent_encoding_push((ch, u8_str), PATH); in parse_path()225 _ => self.normalized.percent_encoding_push((ch, u8_str), QUERY), in parse_query()234 self.normalized.percent_encoding_push(utf8, FRAGMENT); in parse_fragment()256 pub(crate) fn percent_encoding_push(&mut self, u8_ch: Utf8Char, char_set: &[u8]) { in percent_encoding_push() method