HomeSort by: relevance | last modified time | path
    Searched refs:comment_buffer (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl2/gettext/dist/gettext-tools/src/
x-java.c 573 static struct string_buffer comment_buffer; variable in typeref:struct:string_buffer
578 comment_buffer.utf8_buflen = 0;
579 comment_buffer.utf16_surr = 0;
580 comment_buffer.curr_buflen = 0;
586 return (comment_buffer.utf8_buflen == 0 && comment_buffer.utf16_surr == 0
587 && comment_buffer.curr_buflen == 0);
593 string_buffer_append (&comment_buffer, c);
599 char *buffer = string_buffer_result (&comment_buffer);
x-python.c 538 static struct unicode_string_buffer comment_buffer; variable in typeref:struct:unicode_string_buffer
543 comment_buffer.utf8_buflen = 0;
549 return (comment_buffer.utf8_buflen == 0);
555 unicode_string_buffer_append_unicode (&comment_buffer, c);
561 char *buffer = unicode_string_buffer_result (&comment_buffer);
x-csharp.c 588 static struct string_buffer comment_buffer; variable in typeref:struct:string_buffer
593 comment_buffer.utf8_buflen = 0;
599 return (comment_buffer.utf8_buflen == 0);
605 string_buffer_append_unicode (&comment_buffer, c);
611 char *buffer = string_buffer_result (&comment_buffer);

Completed in 28 milliseconds