Searched refs:canonical_gencat (Results 1 – 1 of 1) sorted by relevance
202 let canon = match canonical_gencat(&property_value)? { in canonicalize()251 if let Some(canon) = canonical_gencat(&norm)? { in canonical_binary()438 fn canonical_gencat(normalized_value: &str) -> Result<Option<&'static str>> { in canonical_gencat() function