Home
last modified time | relevance | path

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

/third_party/rust/crates/os_str_bytes/src/windows/wtf8/
Dstring.rs3 const SURROGATE_LENGTH: usize = 3; constant
15 if let Some(surrogate) = suffix.get(..SURROGATE_LENGTH) { in ends_with()
32 suffix = &suffix[SURROGATE_LENGTH..]; in ends_with()
42 prefix.len().checked_sub(SURROGATE_LENGTH) in starts_with()