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 54 unsigned int auto_zwj : 1; member in struct:hb_ot_map_t::feature_map_t
63 unsigned short auto_zwj : 1; member in struct:hb_ot_map_t::lookup_map_t
207 bool auto_zwj = true);
hb-ot-layout-gsubgpos-private.hh 309 matcher.set_ignore_zwj (c->table_index == 1 || (context_match || c->auto_zwj));
443 bool auto_zwj; member in struct:OT::hb_apply_context_t
463 auto_zwj (true),
467 inline void set_auto_zwj (bool auto_zwj_) { auto_zwj = auto_zwj_; }
    [all...]

Completed in 62 milliseconds