HomeSort by relevance Sort by last modified time
    Searched defs:auto_zwj (Results 1 - 2 of 2) sorted by null

  /external/harfbuzz_ng/src/
hb-ot-map-private.hh 53 unsigned int auto_zwj : 1; member in struct:hb_ot_map_t::feature_map_t
61 unsigned short auto_zwj : 1; member in struct:hb_ot_map_t::lookup_map_t
146 bool auto_zwj);
hb-ot-layout-gsubgpos-private.hh 351 matcher.set_ignore_zwj (context_match || c->table_index == 1 || c->auto_zwj);
466 bool auto_zwj; member in struct:OT::hb_apply_context_t
484 auto_zwj (true),
496 inline void set_auto_zwj (bool auto_zwj_) { auto_zwj = auto_zwj_; }
    [all...]

Completed in 556 milliseconds