Home
last modified time | relevance | path

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

/third_party/rust/crates/regex/examples/
Dshootout-regex-dna-single-cheat.rs67 let mut last_match = 0; in replace_all() localVariable
Dshootout-regex-dna-cheat.rs82 let mut last_match = 0; in replace_all() localVariable
/third_party/rust/crates/aho-corasick/src/
Dautomaton.rs306 let mut last_match = self.get_match(*state_id, 0, at); in leftmost_find_at_imp() localVariable
420 let mut last_match = self.get_match(state_id, 0, at); in leftmost_find_at_no_state_imp() localVariable
Dahocorasick.rs553 let mut last_match = 0; in replace_all_with() localVariable
619 let mut last_match = 0; in replace_all_with_bytes() localVariable
/third_party/rust/crates/regex/bench/src/ffi/
Dre2.rs64 last_match: Option<usize>, field
Dtcl.rs130 last_match: usize, field
/third_party/rust/crates/regex/src/
Dre_trait.rs173 last_match: Option<usize>, field
Dre_bytes.rs497 let mut last_match = 0; in replacen() localVariable
517 let mut last_match = 0; in replacen() localVariable
Dre_unicode.rs555 let mut last_match = 0; in replacen() localVariable
575 let mut last_match = 0; in replacen() localVariable
Ddfa.rs1299 let last_match = if self.last_match_si <= STATE_MAX { in clear_cache() localVariable
/third_party/rust/crates/regex/regex-capi/src/
Drure.rs49 last_match: Option<usize>, field
/third_party/node/deps/v8/src/regexp/
Dregexp.cc1111 int32_t* last_match = in RegExpGlobalCache() local
1147 int32_t* last_match = in FetchNext() local
/third_party/node/deps/v8/src/runtime/
Druntime-regexp.cc1199 int32_t* last_match = NewArray<int32_t>(capture_registers); in SearchRegExpMultiple() local
1326 int32_t* last_match = global_cache.LastSuccessfulMatch(); in SearchRegExpMultiple() local
/third_party/mksh/
Djobs.c1686 Job *j, *last_match; local