Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/regex/src/
Dexpand.rs27 let cap_ref = match find_cap_ref(replacement.as_bytes()) { in expand_str() localVariable
69 let cap_ref = match find_cap_ref(replacement) { in expand_bytes() localVariable
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/util/
H A Dinterpolate.rs115 let cap_ref = match find_cap_ref(replacement.as_bytes()) { in string() localVariable
199 let cap_ref = match find_cap_ref(replacement) { in bytes() localVariable