Home
last modified time | relevance | path

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

/external/rust/crates/regex/src/
Dcompile.rs579 let split_hole = if greedy { in c_repeat_zero_or_one() localVariable
601 let split_hole = if greedy { in c_repeat_zero_or_more() localVariable
621 let split_hole = if greedy { in c_repeat_one_or_more() localVariable