Searched refs:is_word_last (Results 1 – 1 of 1) sorted by relevance
911 let is_word_last = self.state(si).flags().is_word(); in exec_byte() localVariable925 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() localVariable1420 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() localVariable1450 if is_word_last { in start_flags_reverse()1453 if is_word == is_word_last { in start_flags_reverse()