Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/request/uri/
H A Dpercent_encoding.rs27 type Utf8Char<'a> = (char, &'a str); typedef
256 pub(crate) fn percent_encoding_push(&mut self, u8_ch: Utf8Char, char_set: &[u8]) { in percent_encoding_push() argument
298 pub(crate) fn next_u8(&mut self) -> Option<Utf8Char> { in next_u8() argument