Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/request/uri/
H A Dpercent_encoding.rs138 if let Some(ch) = origin.next_u8() { in parse_userinfo()
176 let (ch, u8_str) = if let Some((ch, u8_str)) = origin.next_u8() { in parse_path()
219 while let Some((ch, u8_str)) = origin.next_u8() { in parse_query()
233 while let Some(utf8) = origin.next_u8() { in parse_fragment()
298 pub(crate) fn next_u8(&mut self) -> Option<Utf8Char> { in next_u8() method