Lines Matching refs:hb_codepoint_t
47 get_consonant_type (hb_codepoint_t u) in get_consonant_type()
55 if (hb_in_range<hb_codepoint_t> (u, 0x0E01u, 0x0E2Eu)) in get_consonant_type()
71 get_mark_type (hb_codepoint_t u) in get_mark_type()
73 if (u == 0x0E31u || hb_in_range<hb_codepoint_t> (u, 0x0E34u, 0x0E37u) || in get_mark_type()
74 u == 0x0E47u || hb_in_range<hb_codepoint_t> (u, 0x0E4Du, 0x0E4Eu)) in get_mark_type()
76 if (hb_in_range<hb_codepoint_t> (u, 0x0E38u, 0x0E3Au)) in get_mark_type()
78 if (hb_in_range<hb_codepoint_t> (u, 0x0E48u, 0x0E4Cu)) in get_mark_type()
93 static hb_codepoint_t
94 thai_pua_shape (hb_codepoint_t u, thai_action_t action, hb_font_t *font) in thai_pua_shape()
97 hb_codepoint_t u; in thai_pua_shape()
98 hb_codepoint_t win_pua; in thai_pua_shape()
99 hb_codepoint_t mac_pua; in thai_pua_shape()
151 hb_codepoint_t glyph; in thai_pua_shape()
314 #define IS_TONE_MARK(x) (hb_in_ranges<hb_codepoint_t> ((x) & ~0x0080u, 0x0E34u, 0x0E37u, 0x0E47u, 0… in preprocess_text_thai()
320 hb_codepoint_t u = buffer->cur().codepoint; in preprocess_text_thai()