HomeSort by relevance Sort by last modified time
    Searched refs:F_MANUAL_ZWJ (Results 1 - 5 of 5) sorted by null

  /external/harfbuzz_ng/src/
hb-ot-shape-complex-use.cc 132 map->add_feature (HB_TAG('r','p','h','f'), 1, F_MANUAL_ZWJ);
135 map->add_feature (HB_TAG('p','r','e','f'), 1, F_GLOBAL | F_MANUAL_ZWJ);
140 map->add_feature (basic_features[i], 1, F_GLOBAL | F_MANUAL_ZWJ);
151 map->add_feature (other_features[i], 1, F_GLOBAL | F_MANUAL_ZWJ);
hb-ot-shape-complex-myanmar.cc 105 map->add_feature (basic_features[i], 1, F_GLOBAL | F_MANUAL_ZWJ);
110 map->add_feature (other_features[i], 1, F_GLOBAL | F_MANUAL_ZWJ);
hb-ot-map-private.hh 160 F_MANUAL_ZWJ = 0x0008u, /* Don't skip over ZWJ when matching **input**. */
hb-ot-map.cc 254 map->auto_zwj = !(info->flags & F_MANUAL_ZWJ);
hb-ot-shape-complex-indic.cc 438 map->add_feature (indic_features[i].tag, 1, indic_features[i].flags | F_MANUAL_ZWJ | F_MANUAL_ZWNJ);
443 map->add_feature (indic_features[i].tag, 1, indic_features[i].flags | F_MANUAL_ZWJ | F_MANUAL_ZWNJ);
    [all...]

Completed in 758 milliseconds