Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/combine/src/parser/
Dregex.rs168 let first_match = captures_iter.next().unwrap().unwrap(); in captures() localVariable
204 let first_match = captures_iter.next().unwrap().unwrap(); in captures() localVariable
/aosp_15_r20/external/gflags/src/
H A Dgflags_completions.cc357 bool first_match = true; in FindMatchingFlags() local
/aosp_15_r20/external/cronet/base/strings/
H A Dstring_util_impl_helpers.h309 size_t first_match = matcher.Find(*str, initial_offset); in DoReplaceMatchesAfterOffset() local
/aosp_15_r20/external/libchrome/base/strings/
H A Dstring_util.cc738 size_t first_match = matcher.Find(*str, initial_offset); in DoReplaceMatchesAfterOffset() local