Home
last modified time | relevance | path

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

/third_party/rust/crates/regex/src/
H A Dinput.rs190 c1.is_word_char() != c2.is_word_char() in is_empty_match()
194 c1.is_word_char() == c2.is_word_char() in is_empty_match()
283 c1.is_word_char() != c2.is_word_char() in is_empty_match()
287 c1.is_word_char() == c2.is_word_char() in is_empty_match()
375 pub fn is_word_char(self) -> bool { in is_word_char() functions

Completed in 2 milliseconds