Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-use.cc132 map->add_feature (HB_TAG('r','p','h','f'), 1, F_MANUAL_ZWJ); in collect_features_use()
135 map->add_feature (HB_TAG('p','r','e','f'), 1, F_GLOBAL | F_MANUAL_ZWJ); in collect_features_use()
140 map->add_feature (basic_features[i], 1, F_GLOBAL | F_MANUAL_ZWJ); in collect_features_use()
151 map->add_feature (other_features[i], 1, F_GLOBAL | F_MANUAL_ZWJ); in collect_features_use()
Dhb-ot-shape-complex-myanmar.cc105 map->add_feature (basic_features[i], 1, F_GLOBAL | F_MANUAL_ZWJ); in collect_features_myanmar()
110 map->add_feature (other_features[i], 1, F_GLOBAL | F_MANUAL_ZWJ); in collect_features_myanmar()
Dhb-ot-map-private.hh153 F_MANUAL_ZWJ = 0x0004u, /* Don't skip over ZWJ when matching. */ enumerator
Dhb-ot-map.cc246 map->auto_zwj = !(info->flags & F_MANUAL_ZWJ); in compile()
Dhb-ot-shape-complex-indic.cc414 map->add_feature (indic_features[i].tag, 1, indic_features[i].flags | F_MANUAL_ZWJ); in collect_features_indic()
419 map->add_feature (indic_features[i].tag, 1, indic_features[i].flags | F_MANUAL_ZWJ); in collect_features_indic()