Home
last modified time | relevance | path

Searched refs:utf8_buffer (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A Dx-python.c467 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()
[all …]
H A Dx-java.c385 char *utf8_buffer; member
400 bp->utf8_buffer = NULL; in init_string_buffer()
431 bp->utf8_buffer = xrealloc (bp->utf8_buffer, new_allocated); in string_buffer_append_unicode_grow()
448 memcpy (bp->utf8_buffer + bp->utf8_buflen, utf8buf, count); in string_buffer_append_unicode()
482 memcpy (bp->utf8_buffer + bp->utf8_buflen, curr, count); in string_buffer_flush_curr_buffer()
554 bp->utf8_buffer[bp->utf8_buflen] = '\0'; in string_buffer_result()
556 return bp->utf8_buffer; in string_buffer_result()
563 free (bp->utf8_buffer); in free_string_buffer()
H A Dx-csharp.c519 char *utf8_buffer; member
528 bp->utf8_buffer = NULL; in init_string_buffer()
543 bp->utf8_buffer = xrealloc (bp->utf8_buffer, new_allocated); in string_buffer_append_unicode_grow()
560 memcpy (bp->utf8_buffer + bp->utf8_buflen, utf8buf, count); in string_buffer_append_unicode()
570 bp->utf8_buffer[bp->utf8_buflen] = '\0'; in string_buffer_result()
572 return bp->utf8_buffer; in string_buffer_result()
579 free (bp->utf8_buffer); in free_string_buffer()