Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-layout-private.hh181 MASK0_ZWNJ = 0x40u, enumerator
192 (info->codepoint == 0x200Cu ? MASK0_ZWNJ : 0) | in _hb_glyph_info_set_unicode_props()
232 return !!(info->unicode_props0() & MASK0_ZWNJ); in _hb_glyph_info_is_zwnj()
244 info->unicode_props0() ^= MASK0_ZWNJ | MASK0_ZWJ; in _hb_glyph_info_flip_joiners()