Home
last modified time | relevance | path

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

/third_party/rust/crates/os_str_bytes/src/windows/wtf8/
Dstring.rs20 let surrogate_wchar = wide_surrogate in ends_with() localVariable
28 != Some(surrogate_wchar) in ends_with()
50 let surrogate_wchar = wide_surrogate in starts_with() localVariable
54 if surrogate_wchar.is_err() in starts_with()
59 != surrogate_wchar in starts_with()