Home
last modified time | relevance | path

Searched refs:is_word_last (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/regex/src/
Ddfa.rs911 let is_word_last = self.state(si).flags().is_word(); in exec_byte() localVariable
925 if is_word_last == is_word { in exec_byte()
1418 let is_word_last = at > 0 && Byte::byte(text[at - 1]).is_ascii_word(); in start_flags() localVariable
1420 if is_word_last { in start_flags()
1423 if is_word == is_word_last { in start_flags()
1447 let is_word_last = in start_flags_reverse() localVariable
1450 if is_word_last { in start_flags_reverse()
1453 if is_word == is_word_last { in start_flags_reverse()