Home
last modified time | relevance | path

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

/external/rust/crates/regex-syntax/src/
Dunicode.rs292 Binary(name) => bool_property(name), in class()
710 fn bool_property(canonical_name: &'static str) -> Result<hir::ClassUnicode> { in bool_property() function