Searched refs:F_MANUAL_ZWJ (Results 1 – 5 of 5) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-shape-complex-sea.cc | 96 map->add_feature (basic_features[i], 1, F_GLOBAL | F_MANUAL_ZWJ); in collect_features_sea() 101 map->add_feature (other_features[i], 1, F_GLOBAL | F_MANUAL_ZWJ); in collect_features_sea()
|
D | hb-ot-shape-complex-myanmar.cc | 105 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()
|
D | hb-ot-map-private.hh | 159 F_MANUAL_ZWJ = 0x0004u enumerator
|
D | hb-ot-map.cc | 232 map->auto_zwj = !(info->flags & F_MANUAL_ZWJ); in compile()
|
D | hb-ot-shape-complex-indic.cc | 448 map->add_feature (indic_features[i].tag, 1, indic_features[i].flags | F_MANUAL_ZWJ); in collect_features_indic() 453 map->add_feature (indic_features[i].tag, 1, indic_features[i].flags | F_MANUAL_ZWJ); in collect_features_indic()
|