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