Home
last modified time | relevance | path

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

/external/rust/crates/regex-syntax/src/unicode_tables/
Dperl_word.rs9 pub const PERL_WORD: &'static [(char, char)] = &[ constant
/external/rust/crates/regex-syntax/src/
Dunicode.rs333 use unicode_tables::perl_word::PERL_WORD; in perl_word()
334 Ok(hir_class(PERL_WORD)) in perl_word()
410 use unicode_tables::perl_word::PERL_WORD; in is_word_character()
415 Ok(PERL_WORD in is_word_character()