Home
last modified time | relevance | path

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

/external/rust/crates/regex-automata/src/nfa/
Dcompiler.rs855 struct Utf8Compiler<'a> { struct
856 nfac: &'a Compiler,
857 state: &'a mut Utf8State,
858 target: StateID,
890 impl<'a> Utf8Compiler<'a> { impl