Home
last modified time | relevance | path

Searched refs:try_is_word_character (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/regex-syntax/src/
Dlib.rs232 try_is_word_character(c).expect("unicode-perl feature must be enabled") in is_word_character()
249 pub fn try_is_word_character( in try_is_word_character() function
310 assert!(try_is_word_character('a').is_err()); in word_char_disabled_error()