Searched refs:property_values (Results 1 – 3 of 3) sorted by relevance
167 property_values = {} variable171 assert value not in property_values173 property_values[name] = value174 globals().update(property_values)
45 pub mod property_values; module
216 let vals = match property_values(canon_name)? { in canonicalize()444 let gencats = property_values("General_Category")?.unwrap(); in canonical_gencat()451 let scripts = property_values("Script")?.unwrap(); in canonical_script()518 fn property_values( in property_values() function542 use unicode_tables::property_values::PROPERTY_VALUES; in property_values()