Lines Matching refs:chars_len
747 unsigned int chars_len = 0; in _hb_uniscribe_shape() local
751 buffer->info[i].utf16_index() = chars_len; in _hb_uniscribe_shape()
753 pchars[chars_len++] = c; in _hb_uniscribe_shape()
755 pchars[chars_len++] = 0xFFFDu; in _hb_uniscribe_shape()
757 pchars[chars_len++] = 0xD800u + ((c - 0x10000u) >> 10); in _hb_uniscribe_shape()
758 pchars[chars_len++] = 0xDC00u + ((c - 0x10000u) & ((1u << 10) - 1)); in _hb_uniscribe_shape()
762 ALLOCATE_ARRAY (WORD, log_clusters, chars_len); in _hb_uniscribe_shape()
763 ALLOCATE_ARRAY (SCRIPT_CHARPROP, char_props, chars_len); in _hb_uniscribe_shape()
768 chars_len = 0; in _hb_uniscribe_shape()
773 log_clusters[chars_len++] = cluster; in _hb_uniscribe_shape()
775 log_clusters[chars_len++] = cluster; /* Surrogates. */ in _hb_uniscribe_shape()
820 chars_len, in _hb_uniscribe_shape()