Searched defs:is_word (Results 1 – 3 of 3) sorted by relevance
912 let is_word = b.is_ascii_word(); in exec_byte() localVariable1421 let is_word = at < text.len() && Byte::byte(text[at]).is_ascii_word(); in start_flags() localVariable1451 let is_word = at > 0 && Byte::byte(text[at - 1]).is_ascii_word(); in start_flags_reverse() localVariable1708 fn is_word(&self) -> bool { in is_word() method
2460 int is_word = 1; in TEST_F() local