HomeSort by: relevance | last modified time | path
    Searched defs:mixed_string_buffer (Results 1 - 1 of 1) sorted by relevancy

  /src/external/gpl2/gettext/dist/gettext-tools/src/
x-python.c 785 struct mixed_string_buffer struct
799 /* Initialize a 'struct mixed_string_buffer' to empty. */
801 init_mixed_string_buffer (struct mixed_string_buffer *bp)
814 mixed_string_buffer_append_byte (struct mixed_string_buffer *bp, unsigned char c)
826 mixed_string_buffer_append_unicode_grow (struct mixed_string_buffer *bp, size_t count)
841 mixed_string_buffer_append_unicode (struct mixed_string_buffer *bp, unsigned int uc)
857 mixed_string_buffer_flush_utf16_surr (struct mixed_string_buffer *bp)
869 mixed_string_buffer_flush_curr_buffer (struct mixed_string_buffer *bp, int lineno)
894 /* Append a character or Unicode character to a 'struct mixed_string_buffer'. */
896 mixed_string_buffer_append (struct mixed_string_buffer *bp, int c
    [all...]

Completed in 16 milliseconds