Home
last modified time | relevance | path

Searched refs:split_hole (Results 1 – 1 of 1) sorted by relevance

/external/rust/android-crates-io/crates/regex/src/
Dcompile.rs618 let split_hole = if greedy { in c_repeat_zero_or_one() localVariable
623 let holes = vec![hole_rep, split_hole]; in c_repeat_zero_or_one()
640 let split_hole = if greedy { in c_repeat_zero_or_more() localVariable
645 Ok(Some(Patch { hole: split_hole, entry: split_entry })) in c_repeat_zero_or_more()
660 let split_hole = if greedy { in c_repeat_one_or_more() localVariable
665 Ok(Some(Patch { hole: split_hole, entry: entry_rep })) in c_repeat_one_or_more()