Lines Matching refs:mixed_string_buffer
785 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()
1453 struct mixed_string_buffer literal; in phase5_get()