Searched refs:comment_buffer (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-java.c620 static struct string_buffer comment_buffer; variable in typeref:struct:string_buffer
625 comment_buffer.utf8_buflen = 0;
626 comment_buffer.utf16_surr = 0;
627 comment_buffer.curr_buflen = 0;
633 return (comment_buffer.utf8_buflen == 0 && comment_buffer.utf16_surr == 0
634 && comment_buffer.curr_buflen == 0);
640 string_buffer_append (&comment_buffer, c);
646 char *buffer = string_buffer_result (&comment_buffer);
H A Dx-python.c537 static struct unicode_string_buffer comment_buffer; variable in typeref:struct:unicode_string_buffer
542 comment_buffer.utf8_buflen = 0;
548 return (comment_buffer.utf8_buflen == 0);
554 unicode_string_buffer_append_unicode (&comment_buffer, c);
560 char *buffer = unicode_string_buffer_result (&comment_buffer);
H A Dx-csharp.c593 static struct string_buffer comment_buffer; variable in typeref:struct:string_buffer
598 comment_buffer.utf8_buflen = 0;
604 return (comment_buffer.utf8_buflen == 0);
610 string_buffer_append_unicode (&comment_buffer, c);
616 char *buffer = string_buffer_result (&comment_buffer);

Completed in 52 milliseconds