Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A Dx-python.c469 size_t utf8_allocated; member
478 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; member
805 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()
H A Dx-java.c387 size_t utf8_allocated; member
402 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()
H A Dx-csharp.c521 size_t utf8_allocated; member
530 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()