Searched defs:last_match (Results 1 – 14 of 14) sorted by relevance
67 let mut last_match = 0; in replace_all() localVariable
82 let mut last_match = 0; in replace_all() localVariable
306 let mut last_match = self.get_match(*state_id, 0, at); in leftmost_find_at_imp() localVariable420 let mut last_match = self.get_match(state_id, 0, at); in leftmost_find_at_no_state_imp() localVariable
553 let mut last_match = 0; in replace_all_with() localVariable619 let mut last_match = 0; in replace_all_with_bytes() localVariable
64 last_match: Option<usize>, field
130 last_match: usize, field
173 last_match: Option<usize>, field
497 let mut last_match = 0; in replacen() localVariable517 let mut last_match = 0; in replacen() localVariable
555 let mut last_match = 0; in replacen() localVariable575 let mut last_match = 0; in replacen() localVariable
1299 let last_match = if self.last_match_si <= STATE_MAX { in clear_cache() localVariable
49 last_match: Option<usize>, field
1111 int32_t* last_match = in RegExpGlobalCache() local1147 int32_t* last_match = in FetchNext() local
1199 int32_t* last_match = NewArray<int32_t>(capture_registers); in SearchRegExpMultiple() local1326 int32_t* last_match = global_cache.LastSuccessfulMatch(); in SearchRegExpMultiple() local
1686 Job *j, *last_match; local