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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dx-python.c466 char *utf8_buffer; member in struct:unicode_string_buffer
475 bp->utf8_buffer = NULL;
491 bp->utf8_buffer = xrealloc (bp->utf8_buffer, new_allocated);
509 memcpy (bp->utf8_buffer + bp->utf8_buflen, utf8buf, count);
519 bp->utf8_buffer[bp->utf8_buflen] = '\0';
521 return bp->utf8_buffer;
528 free (bp->utf8_buffer);
787 char *utf8_buffer; member in struct:mixed_string_buffer
802 bp->utf8_buffer
[all...]
H A Dx-java.c395 char *utf8_buffer; member in struct:string_buffer
410 bp->utf8_buffer = NULL;
441 bp->utf8_buffer = xrealloc (bp->utf8_buffer, new_allocated);
458 memcpy (bp->utf8_buffer + bp->utf8_buflen, utf8buf, count);
498 /* Auxiliary function: Flush bp->utf16_surr into bp->utf8_buffer. */
509 /* Auxiliary function: Flush bp->curr_buffer into bp->utf8_buffer. */
524 /* Append it to bp->utf8_buffer. */
527 memcpy (bp->utf8_buffer + bp->utf8_buflen, curr, count);
596 /* Flush all into bp->utf8_buffer
[all...]
H A Dx-csharp.c524 char *utf8_buffer; member in struct:string_buffer
533 bp->utf8_buffer = NULL;
548 bp->utf8_buffer = xrealloc (bp->utf8_buffer, new_allocated);
565 memcpy (bp->utf8_buffer + bp->utf8_buflen, utf8buf, count);
575 bp->utf8_buffer[bp->utf8_buflen] = '\0';
577 return bp->utf8_buffer;
584 free (bp->utf8_buffer);

Completed in 118 milliseconds