Home
last modified time | relevance | path

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

/external/rust/crates/regex-syntax/src/
Dutf8.rs300 pub struct Utf8Sequences { struct
304 impl Utf8Sequences { argument
339 impl Iterator for Utf8Sequences { implementation
393 impl FusedIterator for Utf8Sequences {} implementation