Home
last modified time | relevance | path

Searched refs:pchars (Results 1 – 5 of 5) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-coretext.cc195 UniChar *pchars = (UniChar *) scratch; in _hb_coretext_shape() local
201 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()
Dhb-old.cc290 HB_UChar16 *pchars = (HB_UChar16 *) scratch; in _hb_old_shape() local
296 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()
Dhb-uniscribe.cc266 WCHAR *pchars = (WCHAR *) scratch; in _hb_uniscribe_shape() local
272 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()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2008-08-1025180 (pchars):
25198 (pchars):
27974 (pchars):
DChangeLog-2010-05-244844 (pchars):