Home
last modified time | relevance | path

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

/external/rust/crates/regex-automata/tests/
Dsuite.rs155 let sparse_re = Regex::from_dfas(fwd, rev); in sparse_unminimized_standard() localVariable
178 let sparse_re = Regex::from_dfas(fwd, rev); in sparse_u16() localVariable
/external/rust/crates/regex-automata/src/
Dlib.rs70 let sparse_re = Regex::from_dfas( localVariable