Lines Matching refs:utf8_buffer
467 char *utf8_buffer; member
476 bp->utf8_buffer = NULL; in init_unicode_string_buffer()
492 bp->utf8_buffer = xrealloc (bp->utf8_buffer, new_allocated); in unicode_string_buffer_append_unicode_grow()
510 memcpy (bp->utf8_buffer + bp->utf8_buflen, utf8buf, count); in unicode_string_buffer_append_unicode()
520 bp->utf8_buffer[bp->utf8_buflen] = '\0'; in unicode_string_buffer_result()
522 return bp->utf8_buffer; in unicode_string_buffer_result()
529 free (bp->utf8_buffer); in free_unicode_string_buffer()
788 char *utf8_buffer; member
803 bp->utf8_buffer = NULL; in init_mixed_string_buffer()
834 bp->utf8_buffer = xrealloc (bp->utf8_buffer, new_allocated); in mixed_string_buffer_append_unicode_grow()
851 memcpy (bp->utf8_buffer + bp->utf8_buflen, utf8buf, count); in mixed_string_buffer_append_unicode()
885 memcpy (bp->utf8_buffer + bp->utf8_buflen, curr, count); in mixed_string_buffer_flush_curr_buffer()
957 bp->utf8_buffer[bp->utf8_buflen] = '\0'; in mixed_string_buffer_result()
959 return bp->utf8_buffer; in mixed_string_buffer_result()
966 free (bp->utf8_buffer); in free_mixed_string_buffer()