Home
last modified time | relevance | path

Searched refs:F_MANUAL_ZWNJ (Results 1 – 2 of 2) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-map.hh180 F_MANUAL_ZWNJ = 0x0004u, /* Don't skip over ZWNJ when matching **context**. */ enumerator
182 F_MANUAL_JOINERS = F_MANUAL_ZWNJ | F_MANUAL_ZWJ,
Dhb-ot-map.cc262 map->auto_zwnj = !(info->flags & F_MANUAL_ZWNJ); in compile()