Home
last modified time | relevance | path

Searched defs: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
1418 let is_word_last = at > 0 && Byte::byte(text[at - 1]).is_ascii_word(); in start_flags() localVariable
1447 let is_word_last = in start_flags_reverse() localVariable