Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-layout.hh370 _hb_glyph_info_is_unicode_format (const hb_glyph_info_t *info) in _hb_glyph_info_is_unicode_format() function
378 return _hb_glyph_info_is_unicode_format (info) && (info->unicode_props() & UPROPS_MASK_Cf_ZWNJ); in _hb_glyph_info_is_zwnj()
383 return _hb_glyph_info_is_unicode_format (info) && (info->unicode_props() & UPROPS_MASK_Cf_ZWJ); in _hb_glyph_info_is_zwj()
388 …return _hb_glyph_info_is_unicode_format (info) && (info->unicode_props() & (UPROPS_MASK_Cf_ZWNJ|UP… in _hb_glyph_info_is_joiner()
393 if (!_hb_glyph_info_is_unicode_format (info)) in _hb_glyph_info_flip_joiners()