Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/percent-encoding/src/
Dlib.rs88 fn should_percent_encode(&self, byte: u8) -> bool { in should_percent_encode() method
267 if self.ascii_set.should_percent_encode(first_byte) { in next()
274 if self.ascii_set.should_percent_encode(byte) { in next()