Home
last modified time | relevance | path

Searched refs:property_values (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
H A Dgen-use-table.py204 property_values = {} variable
208 assert value not in property_values
210 property_values[name] = value
211 globals().update(property_values)
/third_party/rust/crates/regex/regex-syntax/src/unicode_tables/
H A Dmod.rs45 pub mod property_values; modules
/third_party/rust/crates/regex/regex-syntax/src/
H A Dunicode.rs216 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()
500 /// under question, which can be found using `property_values`.
518 fn property_values( in canonical_value() functions
542 use crate::unicode_tables::property_values::PROPERTY_VALUES; in imp()

Completed in 4 milliseconds