Home
last modified time | relevance | path

Searched refs:mixed_string_buffer (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A Dx-python.c785 struct mixed_string_buffer struct
801 init_mixed_string_buffer (struct mixed_string_buffer *bp) in init_mixed_string_buffer()
814 mixed_string_buffer_append_byte (struct mixed_string_buffer *bp, unsigned char c) in mixed_string_buffer_append_byte()
826 mixed_string_buffer_append_unicode_grow (struct mixed_string_buffer *bp, size_t count) in mixed_string_buffer_append_unicode_grow()
841 mixed_string_buffer_append_unicode (struct mixed_string_buffer *bp, unsigned int uc) in mixed_string_buffer_append_unicode()
857 mixed_string_buffer_flush_utf16_surr (struct mixed_string_buffer *bp) in mixed_string_buffer_flush_utf16_surr()
869 mixed_string_buffer_flush_curr_buffer (struct mixed_string_buffer *bp, int lineno) in mixed_string_buffer_flush_curr_buffer()
896 mixed_string_buffer_append (struct mixed_string_buffer *bp, int c) in mixed_string_buffer_append()
950 mixed_string_buffer_result (struct mixed_string_buffer *bp) in mixed_string_buffer_result()
964 free_mixed_string_buffer (struct mixed_string_buffer *bp) in free_mixed_string_buffer()
[all …]
H A DChangeLog1719 (struct mixed_string_buffer): New structure type.
1729 at the level of bytes. Use a mixed_string_buffer to accumulate a