Home
last modified time | relevance | path

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

/third_party/rust/crates/os_str_bytes/src/windows/wtf8/
Dstring.rs14 let mut wide_surrogate = in ends_with() localVariable
20 let surrogate_wchar = wide_surrogate in ends_with()
24 if wide_surrogate.next().is_some() in ends_with()
49 let mut wide_surrogate = super::encode_wide(surrogate); in starts_with() localVariable
50 let surrogate_wchar = wide_surrogate in starts_with()
55 || wide_surrogate.next().is_some() in starts_with()