Home
last modified time | relevance | path

Searched defs:is_word_byte (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/regex-syntax/src/
Dlib.rs259 pub fn is_word_byte(c: u8) -> bool { in is_word_byte() function
/external/rust/crates/regex/src/
Dinput.rs388 pub fn is_word_byte(self) -> bool { in is_word_byte() method