Searched refs:pchars (Results 1 – 5 of 5) sorted by relevance
195 UniChar *pchars = (UniChar *) scratch; in _hb_coretext_shape() local201 pchars[chars_len++] = c; in _hb_coretext_shape()203 pchars[chars_len++] = 0xFFFD; in _hb_coretext_shape()205 pchars[chars_len++] = 0xD800 + ((c - 0x10000) >> 10); in _hb_coretext_shape()206 pchars[chars_len++] = 0xDC00 + ((c - 0x10000) & ((1 << 10) - 1)); in _hb_coretext_shape()213 pchars, chars_len, in _hb_coretext_shape()
290 HB_UChar16 *pchars = (HB_UChar16 *) scratch; in _hb_old_shape() local296 pchars[chars_len++] = c; in _hb_old_shape()298 pchars[chars_len++] = 0xFFFD; in _hb_old_shape()300 pchars[chars_len++] = 0xD800 + ((c - 0x10000) >> 10); in _hb_old_shape()301 pchars[chars_len++] = 0xDC00 + ((c - 0x10000) & ((1 << 10) - 1)); in _hb_old_shape()
266 WCHAR *pchars = (WCHAR *) scratch; in _hb_uniscribe_shape() local272 pchars[chars_len++] = c; in _hb_uniscribe_shape()274 pchars[chars_len++] = 0xFFFD; in _hb_uniscribe_shape()276 pchars[chars_len++] = 0xD800 + ((c - 0x10000) >> 10); in _hb_uniscribe_shape()277 pchars[chars_len++] = 0xDC00 + ((c - 0x10000) & ((1 << 10) - 1)); in _hb_uniscribe_shape()
25180 (pchars):25198 (pchars):27974 (pchars):
4844 (pchars):