Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/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
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/dfa/
H A Dmod.rs102 let sparse_re = Regex::builder().build_from_dfas( localVariable
H A Dsparse.rs22 let sparse_re = dense_re.to_sparse()?; localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/regex-automata/src/
Dlib.rs70 let sparse_re = Regex::from_dfas( localVariable