Home
last modified time | relevance | path

Searched refs:is_word (Results 1 - 3 of 3) sorted by relevance

/third_party/rust/crates/regex/src/
H A Ddfa.rs911 let is_word_last = self.state(si).flags().is_word(); in exec_byte()
912 let is_word = b.is_ascii_word(); in exec_byte()
925 if is_word_last == is_word { in exec_byte()
1385 | ((state_flags.is_word() as u8) << 6)) as usize in start_state()
1419 let is_word = at < text.len() && Byte::byte(text[at]).is_ascii_word(); in start_flags()
1423 if is_word == is_word_last { in start_flags()
1449 let is_word = at > 0 && Byte::byte(text[at - 1]).is_ascii_word(); in start_flags_reverse()
1453 if is_word == is_word_last { in start_flags_reverse()
1702 fn is_word(&self) -> bool { in is_word() functions
1796 .field("is_word", in fmt()
[all...]
/third_party/node/deps/v8/src/regexp/
H A Dregexp-compiler.h154 bool is_word() { return w_ == kLatticeIn; } in is_word() function in v8::internal::BoyerMoorePositionInfo
H A Dregexp-compiler.cc2172 if (bm->at(0)->is_word()) next_is_word_character = Trace::TRUE_VALUE; in EmitBoundaryCheck()
2177 if (lookahead->at(0)->is_word()) next_is_word_character = Trace::TRUE_VALUE; in EmitBoundaryCheck()

Completed in 11 milliseconds