• Home
  • Raw
  • Download

Lines Matching refs:hb_codepoint_t

59   HB_UNICODE_FUNC_IMPLEMENT (hb_codepoint_t, mirroring) \
70 return_type name (hb_codepoint_t unicode) { return func.name (this, unicode, user_data.name); }
74 hb_bool_t compose (hb_codepoint_t a, hb_codepoint_t b, in compose()
75 hb_codepoint_t *ab) in compose()
82 hb_bool_t decompose (hb_codepoint_t ab, in decompose()
83 hb_codepoint_t *a, hb_codepoint_t *b) in decompose()
89 unsigned int decompose_compatibility (hb_codepoint_t u, in decompose_compatibility()
90 hb_codepoint_t *decomposed) in decompose_compatibility()
106 modified_combining_class (hb_codepoint_t u) in modified_combining_class()
122 is_variation_selector (hb_codepoint_t unicode) in is_variation_selector()
126 return unlikely (hb_in_ranges<hb_codepoint_t> (unicode, in is_variation_selector()
169 is_default_ignorable (hb_codepoint_t ch) in is_default_ignorable()
171 hb_codepoint_t plane = ch >> 16; in is_default_ignorable()
175 hb_codepoint_t page = ch >> 8; in is_default_ignorable()
180 case 0x17: return hb_in_range<hb_codepoint_t> (ch, 0x17B4u, 0x17B5u); in is_default_ignorable()
181 case 0x18: return hb_in_range<hb_codepoint_t> (ch, 0x180Bu, 0x180Eu); in is_default_ignorable()
182 case 0x20: return hb_in_ranges<hb_codepoint_t> (ch, 0x200Bu, 0x200Fu, in is_default_ignorable()
185 case 0xFE: return hb_in_range<hb_codepoint_t> (ch, 0xFE00u, 0xFE0Fu) || ch == 0xFEFFu; in is_default_ignorable()
186 case 0xFF: return hb_in_range<hb_codepoint_t> (ch, 0xFFF0u, 0xFFF8u); in is_default_ignorable()
194 case 0x01: return hb_in_range<hb_codepoint_t> (ch, 0x1D173u, 0x1D17Au); in is_default_ignorable()
195 case 0x0E: return hb_in_range<hb_codepoint_t> (ch, 0xE0000u, 0xE0FFFu); in is_default_ignorable()
221 space_fallback_type (hb_codepoint_t u) in space_fallback_type()
372 hb_codepoint_t cp = *((hb_codepoint_t *) _key); in cmp()
383 hb_codepoint_t start;
384 hb_codepoint_t end;
392 _hb_unicode_is_emoji_Extended_Pictographic (hb_codepoint_t cp);