Home | History | Annotate | Download | only in src

Lines Matching refs:hb_codepoint_t

45 	     hb_codepoint_t *unicode)
47 hb_codepoint_t c = *text, mask;
57 hb_codepoint_t result;
78 hb_codepoint_t *unicode)
84 hb_codepoint_t c = *text, mask;
94 hb_codepoint_t result;
120 hb_codepoint_t *unicode)
122 hb_codepoint_t c = *text++;
124 if (unlikely (hb_in_range<hb_codepoint_t> (c, 0xd800, 0xdbff)))
127 hb_codepoint_t l;
128 if (text < end && ((l = *text), likely (hb_in_range<hb_codepoint_t> (l, 0xdc00, 0xdfff))))
144 hb_codepoint_t *unicode)
146 hb_codepoint_t c = *--text;
148 if (unlikely (hb_in_range<hb_codepoint_t> (c, 0xdc00, 0xdfff)))
151 hb_codepoint_t h;
152 if (start < text && ((h = *(text - 1)), likely (hb_in_range<hb_codepoint_t> (h, 0xd800, 0xdbff))))
180 hb_codepoint_t *unicode)
189 hb_codepoint_t *unicode)