Home
last modified time | relevance | path

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

/third_party/rust/crates/regex/regex-syntax/src/
Dutf8.rs139 pub fn as_slice(&self) -> &[Utf8Range] { in as_slice()
221 pub struct Utf8Range { struct
228 impl Utf8Range { argument
239 impl fmt::Debug for Utf8Range { implementation
417 fn as_ascii(&self) -> Option<Utf8Range> { in as_ascii()
462 fn rutf8(s: u8, e: u8) -> Utf8Range { in rutf8()