Searched refs:utf8_allocated (Results 1 – 3 of 3) sorted by relevance
469 size_t utf8_allocated; member478 bp->utf8_allocated = 0; in init_unicode_string_buffer()486 if (bp->utf8_buflen + count > bp->utf8_allocated) in unicode_string_buffer_append_unicode_grow()488 size_t new_allocated = 2 * bp->utf8_allocated + 10; in unicode_string_buffer_append_unicode_grow()491 bp->utf8_allocated = new_allocated; in unicode_string_buffer_append_unicode_grow()790 size_t utf8_allocated; member805 bp->utf8_allocated = 0; in init_mixed_string_buffer()828 if (bp->utf8_buflen + count > bp->utf8_allocated) in mixed_string_buffer_append_unicode_grow()830 size_t new_allocated = 2 * bp->utf8_allocated + 10; in mixed_string_buffer_append_unicode_grow()833 bp->utf8_allocated = new_allocated; in mixed_string_buffer_append_unicode_grow()
387 size_t utf8_allocated; member402 bp->utf8_allocated = 0; in init_string_buffer()425 if (bp->utf8_buflen + count > bp->utf8_allocated) in string_buffer_append_unicode_grow()427 size_t new_allocated = 2 * bp->utf8_allocated + 10; in string_buffer_append_unicode_grow()430 bp->utf8_allocated = new_allocated; in string_buffer_append_unicode_grow()
521 size_t utf8_allocated; member530 bp->utf8_allocated = 0; in init_string_buffer()537 if (bp->utf8_buflen + count > bp->utf8_allocated) in string_buffer_append_unicode_grow()539 size_t new_allocated = 2 * bp->utf8_allocated + 10; in string_buffer_append_unicode_grow()542 bp->utf8_allocated = new_allocated; in string_buffer_append_unicode_grow()