Home
last modified time | relevance | path

Searched defs:ScalarRange (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/crates/regex/regex-syntax/src/
Dutf8.rs328 struct ScalarRange { struct
333 impl fmt::Debug for ScalarRange { implementation
395 impl ScalarRange { implementation
399 fn split(&self) -> Option<(ScalarRange, ScalarRange)> { in split() argument