Home
last modified time | relevance | path

Searched refs:percent_encode_byte (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/form_urlencoded/src/
Dlib.rs19 use percent_encoding::{percent_decode, percent_encode_byte};
137 percent_encode_byte(first) in next()
/external/rust/crates/percent-encoding/
Dlib.rs176 pub fn percent_encode_byte(byte: u8) -> &'static str { in percent_encode_byte() function
253 Some(percent_encode_byte(first_byte)) in next()