Lines Matching refs:property_value
178 /// (identified by `property_value`).
183 property_value: &'a str,
192 ClassQuery::ByValue { property_name, property_value } => {
194 let property_value = symbolic_name_normalize(property_value);
202 let canon = match canonical_gencat(&property_value)? {
209 let canon = match canonical_script(&property_value)? {
221 match canonical_value(vals, &property_value) {
229 property_value: canon_val,
282 property_value: &'static str,
295 ByValue { property_name: "Age", property_value } => {
297 for set in ages(property_value)? {
302 ByValue { property_name: "Script_Extensions", property_value } => {
303 script_extension(property_value)
307 property_value,
308 } => gcb(property_value),
309 ByValue { property_name: "Sentence_Break", property_value } => {
310 sb(property_value)
312 ByValue { property_name: "Word_Break", property_value } => {
313 wb(property_value)