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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dx-python.c468 size_t utf8_allocated; member in struct:unicode_string_buffer
477 bp->utf8_allocated = 0;
485 if (bp->utf8_buflen + count > bp->utf8_allocated)
487 size_t new_allocated = 2 * bp->utf8_allocated + 10;
490 bp->utf8_allocated = new_allocated;
789 size_t utf8_allocated; member in struct:mixed_string_buffer
804 bp->utf8_allocated = 0;
827 if (bp->utf8_buflen + count > bp->utf8_allocated)
829 size_t new_allocated = 2 * bp->utf8_allocated + 10;
832 bp->utf8_allocated
[all...]
H A Dx-java.c397 size_t utf8_allocated; member in struct:string_buffer
412 bp->utf8_allocated = 0;
435 if (bp->utf8_buflen + count > bp->utf8_allocated)
437 size_t new_allocated = 2 * bp->utf8_allocated + 10;
440 bp->utf8_allocated = new_allocated;
H A Dx-csharp.c526 size_t utf8_allocated; member in struct:string_buffer
535 bp->utf8_allocated = 0;
542 if (bp->utf8_buflen + count > bp->utf8_allocated)
544 size_t new_allocated = 2 * bp->utf8_allocated + 10;
547 bp->utf8_allocated = new_allocated;

Completed in 56 milliseconds