Home
last modified time | relevance | path

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

/external/rust/crates/regex-syntax/src/
Dunicode.rs436 type PropertyValues = &'static [(&'static str, &'static str)]; typedef
507 vals: PropertyValues, in canonical_value() argument
520 ) -> Result<Option<PropertyValues>> { in property_values() argument
529 fn imp(_: &'static str) -> Result<Option<PropertyValues>> { in property_values() argument
541 fn imp(name: &'static str) -> Result<Option<PropertyValues>> { in property_values() argument