Lines Matching refs:hb_codepoint_t
62 hb_codepoint_t unicode HB_UNUSED, in hb_unicode_combining_class_nil()
71 hb_codepoint_t unicode HB_UNUSED, in hb_unicode_eastasian_width_nil()
80 hb_codepoint_t unicode HB_UNUSED, in hb_unicode_general_category_nil()
86 static hb_codepoint_t
88 hb_codepoint_t unicode, in hb_unicode_mirroring_nil()
96 hb_codepoint_t unicode HB_UNUSED, in hb_unicode_script_nil()
104 hb_codepoint_t a HB_UNUSED, in hb_unicode_compose_nil()
105 hb_codepoint_t b HB_UNUSED, in hb_unicode_compose_nil()
106 hb_codepoint_t *ab HB_UNUSED, in hb_unicode_compose_nil()
114 hb_codepoint_t ab HB_UNUSED, in hb_unicode_decompose_nil()
115 hb_codepoint_t *a HB_UNUSED, in hb_unicode_decompose_nil()
116 hb_codepoint_t *b HB_UNUSED, in hb_unicode_decompose_nil()
126 hb_codepoint_t u HB_UNUSED, in hb_unicode_decompose_compatibility_nil()
127 hb_codepoint_t *decomposed HB_UNUSED, in hb_unicode_decompose_compatibility_nil()
404 hb_codepoint_t unicode) \
430 hb_codepoint_t a, in hb_unicode_compose()
431 hb_codepoint_t b, in hb_unicode_compose()
432 hb_codepoint_t *ab) in hb_unicode_compose()
455 hb_codepoint_t ab, in hb_unicode_decompose()
456 hb_codepoint_t *a, in hb_unicode_decompose()
457 hb_codepoint_t *b) in hb_unicode_decompose()
479 hb_codepoint_t u, in hb_unicode_decompose_compatibility()
480 hb_codepoint_t *decomposed) in hb_unicode_decompose_compatibility()
611 _hb_unicode_is_emoji_Extended_Pictographic (hb_codepoint_t cp) in _hb_unicode_is_emoji_Extended_Pictographic()