Searched refs:percent_decode (Results 1 – 4 of 4) sorted by relevance
19 use percent_encoding::{percent_decode, percent_encode_byte};64 decode_utf8_lossy(match percent_decode(&replaced).into() { in decode()
314 percent_decode(input.as_bytes()) in percent_decode_str()336 pub fn percent_decode(input: &[u8]) -> PercentDecode { in percent_decode() function
13 use percent_encoding::{percent_decode, utf8_percent_encode, CONTROLS};84 let domain = percent_decode(input.as_bytes()).decode_utf8_lossy(); in parse()
134 use percent_encoding::{percent_decode, percent_encode, utf8_percent_encode};2773 bytes.extend(percent_decode(segment.as_bytes())); in file_url_segments_to_pathbuf()2839 match String::from_utf8(percent_decode(segment.as_bytes()).collect()) { in file_url_segments_to_pathbuf_windows()