Home | History | Annotate | Download | only in src

Lines Matching refs:hb_codepoint_t

47 get_consonant_type (hb_codepoint_t u)
55 if (hb_in_range<hb_codepoint_t> (u, 0x0E01, 0x0E2E))
71 get_mark_type (hb_codepoint_t u)
73 if (u == 0x0E31 || hb_in_range<hb_codepoint_t> (u, 0x0E34, 0x0E37) ||
74 u == 0x0E47 || hb_in_range<hb_codepoint_t> (u, 0x0E4D, 0x0E4E))
76 if (hb_in_range<hb_codepoint_t> (u, 0x0E38, 0x0E3A))
78 if (hb_in_range<hb_codepoint_t> (u, 0x0E48, 0x0E4C))
93 static hb_codepoint_t
94 thai_pua_shape (hb_codepoint_t u, thai_action_t action, hb_font_t *font)
97 hb_codepoint_t u;
98 hb_codepoint_t win_pua;
99 hb_codepoint_t mac_pua;
152 hb_codepoint_t glyph;
314 #define IS_TONE_MARK(x) (hb_in_ranges<hb_codepoint_t> ((x) & ~0x0080, 0x0E34, 0x0E37, 0x0E47, 0x0E4E, 0x0E31, 0x0E31))
320 hb_codepoint_t u = buffer->cur().codepoint;
327 hb_codepoint_t decomposed[2] = {hb_codepoint_t (NIKHAHIT_FROM_SARA_AM (u)),
328 hb_codepoint_t (SARA_AA_FROM_SARA_AM (u))};