Searched refs:F_MANUAL_ZWJ (Results 1 – 5 of 5) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-shape-complex-use.cc | 141 map->enable_feature (HB_TAG('a','k','h','n'), F_MANUAL_ZWJ); in collect_features_use() 145 map->add_feature (HB_TAG('r','p','h','f'), F_MANUAL_ZWJ); in collect_features_use() 148 map->enable_feature (HB_TAG('p','r','e','f'), F_MANUAL_ZWJ); in collect_features_use() 153 map->enable_feature (basic_features[i], F_MANUAL_ZWJ); in collect_features_use() 165 map->enable_feature (other_features[i], F_MANUAL_ZWJ); in collect_features_use()
|
D | hb-ot-map.hh | 181 F_MANUAL_ZWJ = 0x0008u, /* Don't skip over ZWJ when matching **input**. */ enumerator 182 F_MANUAL_JOINERS = F_MANUAL_ZWNJ | F_MANUAL_ZWJ,
|
D | hb-ot-shape-complex-myanmar.cc | 109 map->enable_feature (basic_features[i], F_MANUAL_ZWJ); in collect_features_myanmar() 116 map->enable_feature (other_features[i], F_MANUAL_ZWJ); in collect_features_myanmar()
|
D | hb-ot-shape-complex-arabic.cc | 218 map->enable_feature (HB_TAG('r','l','i','g'), F_MANUAL_ZWJ | F_HAS_FALLBACK); in collect_features_arabic() 224 map->enable_feature (HB_TAG('r','c','l','t'), F_MANUAL_ZWJ); in collect_features_arabic() 225 map->enable_feature (HB_TAG('c','a','l','t'), F_MANUAL_ZWJ); in collect_features_arabic()
|
D | hb-ot-map.cc | 258 map->auto_zwj = !(info->flags & F_MANUAL_ZWJ); in compile()
|