Home
last modified time | relevance | path

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

/external/rust/crates/regex-syntax/src/
Dunicode.rs190 ClassQuery::OneLetter(c) => self.canonical_binary(&c.to_string()), in canonicalize()
191 ClassQuery::Binary(name) => self.canonical_binary(name), in canonicalize()
237 fn canonical_binary(&self, name: &str) -> Result<CanonicalClassQuery> { in canonical_binary() method