Home
last modified time | relevance | path

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

/external/rust/crates/regex-syntax/src/unicode_tables/
Dproperty_values.rs9 pub const PROPERTY_VALUES: &'static [( constant
/external/rust/crates/regex-syntax/src/
Dunicode.rs542 use unicode_tables::property_values::PROPERTY_VALUES; in property_values()
544 Ok(PROPERTY_VALUES in property_values()
547 .map(|i| PROPERTY_VALUES[i].1)) in property_values()