Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/request/uri/
H A Dpercent_encoding.rs280 let ch_len = u8_str.len(); in percent_encoding_char() localVariable
281 if start < ch_len { in percent_encoding_char()
282 let unencoded = unsafe { str::from_utf8_unchecked(&u8_str.as_bytes()[start..ch_len]) }; in percent_encoding_char()