Lines Matching refs:hb_codepoint_t
57 hb_codepoint_t unicode HB_UNUSED, in hb_unicode_combining_class_nil()
65 hb_codepoint_t unicode HB_UNUSED, in hb_unicode_eastasian_width_nil()
73 hb_codepoint_t unicode HB_UNUSED, in hb_unicode_general_category_nil()
79 static hb_codepoint_t
81 hb_codepoint_t unicode, in hb_unicode_mirroring_nil()
89 hb_codepoint_t unicode HB_UNUSED, in hb_unicode_script_nil()
97 hb_codepoint_t a HB_UNUSED, in hb_unicode_compose_nil()
98 hb_codepoint_t b HB_UNUSED, in hb_unicode_compose_nil()
99 hb_codepoint_t *ab HB_UNUSED, in hb_unicode_compose_nil()
107 hb_codepoint_t ab HB_UNUSED, in hb_unicode_decompose_nil()
108 hb_codepoint_t *a HB_UNUSED, in hb_unicode_decompose_nil()
109 hb_codepoint_t *b HB_UNUSED, in hb_unicode_decompose_nil()
118 hb_codepoint_t u HB_UNUSED, in hb_unicode_decompose_compatibility_nil()
119 hb_codepoint_t *decomposed HB_UNUSED, in hb_unicode_decompose_compatibility_nil()
377 hb_codepoint_t unicode) \
399 hb_codepoint_t a, in hb_unicode_compose()
400 hb_codepoint_t b, in hb_unicode_compose()
401 hb_codepoint_t *ab) in hb_unicode_compose()
421 hb_codepoint_t ab, in hb_unicode_decompose()
422 hb_codepoint_t *a, in hb_unicode_decompose()
423 hb_codepoint_t *b) in hb_unicode_decompose()
443 hb_codepoint_t u, in hb_unicode_decompose_compatibility()
444 hb_codepoint_t *decomposed) in hb_unicode_decompose_compatibility()
571 _hb_unicode_is_emoji_Extended_Pictographic (hb_codepoint_t cp) in _hb_unicode_is_emoji_Extended_Pictographic()