Home
last modified time | relevance | path

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

/external/rust/crates/percent-encoding/
Dlib.rs77 fn should_percent_encode(&self, byte: u8) -> bool { in should_percent_encode() method
251 if self.ascii_set.should_percent_encode(first_byte) { in next()
256 if self.ascii_set.should_percent_encode(byte) { in next()