Searched refs:is_word (Results 1 – 3 of 3) sorted by relevance
911 let is_word_last = self.state(si).flags().is_word(); in exec_byte()912 let is_word = b.is_ascii_word(); in exec_byte() localVariable925 if is_word_last == is_word { in exec_byte()1386 | ((state_flags.is_word() as u8) << 6)) as usize in start_state()1421 let is_word = at < text.len() && Byte::byte(text[at]).is_ascii_word(); in start_flags() localVariable1425 if is_word == is_word_last { in start_flags()1451 let is_word = at > 0 && Byte::byte(text[at - 1]).is_ascii_word(); in start_flags_reverse() localVariable1455 if is_word == is_word_last { in start_flags_reverse()1708 fn is_word(&self) -> bool { in is_word() method1802 .field("is_word", &self.is_word()) in fmt()
2460 int is_word = 1; in TEST_F() local2463 is_word = 0; in TEST_F()2467 if (!is_word) { in TEST_F()