Home
last modified time | relevance | path

Searched defs:is_word_character (Results 1 - 2 of 2) sorted by relevance

/third_party/rust/crates/regex/regex-syntax/src/
H A Dlib.rs231 pub fn is_word_character(c: char) -> bool { in is_word_character() functions
[all...]
H A Dunicode.rs400 pub fn is_word_character(c: char) -> result::Result<bool, UnicodeWordError> { in is_word_character() functions

Completed in 3 milliseconds