Lines Matching refs:chars_len
767 unsigned int chars_len = 0; in _hb_uniscribe_shape() local
771 buffer->info[i].utf16_index() = chars_len; in _hb_uniscribe_shape()
773 pchars[chars_len++] = c; in _hb_uniscribe_shape()
775 pchars[chars_len++] = 0xFFFDu; in _hb_uniscribe_shape()
777 pchars[chars_len++] = 0xD800u + ((c - 0x10000u) >> 10); in _hb_uniscribe_shape()
778 pchars[chars_len++] = 0xDC00u + ((c - 0x10000u) & ((1u << 10) - 1)); in _hb_uniscribe_shape()
782 ALLOCATE_ARRAY (WORD, log_clusters, chars_len); in _hb_uniscribe_shape()
783 ALLOCATE_ARRAY (SCRIPT_CHARPROP, char_props, chars_len); in _hb_uniscribe_shape()
788 chars_len = 0; in _hb_uniscribe_shape()
793 log_clusters[chars_len++] = cluster; in _hb_uniscribe_shape()
795 log_clusters[chars_len++] = cluster; /* Surrogates. */ in _hb_uniscribe_shape()
840 chars_len, in _hb_uniscribe_shape()