Searched refs:mixed_string_buffer (Results 1 – 10 of 10) sorted by relevance
/third_party/gettext/gettext-tools/src/ |
D | xg-mixed-string.h | 107 struct mixed_string_buffer struct 128 mixed_string_buffer_init (struct mixed_string_buffer *bp, 135 mixed_string_buffer_is_empty (const struct mixed_string_buffer *bp); 139 mixed_string_buffer_append_char (struct mixed_string_buffer *bp, int c); 143 mixed_string_buffer_append_unicode (struct mixed_string_buffer *bp, 149 mixed_string_buffer_destroy (struct mixed_string_buffer *bp); 154 mixed_string_buffer_result (struct mixed_string_buffer *bp);
|
D | xg-mixed-string.c | 399 mixed_string_buffer_init (struct mixed_string_buffer *bp, in mixed_string_buffer_init() 418 mixed_string_buffer_is_empty (const struct mixed_string_buffer *bp) in mixed_string_buffer_is_empty() 426 mixed_string_buffer_grow_curr_buffer (struct mixed_string_buffer *bp, in mixed_string_buffer_grow_curr_buffer() 441 mixed_string_buffer_append_to_curr_buffer (struct mixed_string_buffer *bp, in mixed_string_buffer_append_to_curr_buffer() 455 mixed_string_buffer_append_to_utf8_buffer (struct mixed_string_buffer *bp, in mixed_string_buffer_append_to_utf8_buffer() 473 mixed_string_buffer_append_lone_surrogate (struct mixed_string_buffer *bp, in mixed_string_buffer_append_lone_surrogate() 505 mixed_string_buffer_flush_utf16_surr (struct mixed_string_buffer *bp) in mixed_string_buffer_flush_utf16_surr() 516 mixed_string_buffer_add_segment (struct mixed_string_buffer *bp, in mixed_string_buffer_add_segment() 534 mixed_string_buffer_flush_curr (struct mixed_string_buffer *bp) in mixed_string_buffer_flush_curr() 551 mixed_string_buffer_append_char (struct mixed_string_buffer *bp, int c) in mixed_string_buffer_append_char() [all …]
|
D | x-java.c | 409 mixed_string_buffer_append (struct mixed_string_buffer *bp, int c) in mixed_string_buffer_append() 429 static struct mixed_string_buffer comment_buffer; 666 accumulate_escaped (struct mixed_string_buffer *literal, int delimiter) in accumulate_escaped() 1196 struct mixed_string_buffer block; in phase5_get() 1277 struct mixed_string_buffer literal; in phase5_get() 1291 struct mixed_string_buffer literal; in phase5_get()
|
D | x-csharp.c | 528 static struct mixed_string_buffer comment_buffer; 1433 accumulate_escaped (struct mixed_string_buffer *literal, int delimiter) in accumulate_escaped() 1580 struct mixed_string_buffer literal; in phase6_get() 1624 struct mixed_string_buffer literal; in phase6_get() 1661 struct mixed_string_buffer buffer; in phase6_get()
|
D | x-javascript.c | 465 static struct mixed_string_buffer comment_buffer; 1244 struct mixed_string_buffer msb; in phase5_get() 1280 struct mixed_string_buffer msb; in phase5_get()
|
D | x-rst.c | 390 static struct mixed_string_buffer stringbuf;
|
D | x-python.c | 537 static struct mixed_string_buffer comment_buffer; 1363 struct mixed_string_buffer msb; in phase5_get()
|
D | x-c.c | 1364 struct mixed_string_buffer msb; in phase5_get() 1638 struct mixed_string_buffer msb; in phase5_get()
|
D | x-vala.c | 851 struct mixed_string_buffer msb; in phase3_get()
|
D | ChangeLog.1 | 473 from 'struct string_buffer *' to 'struct mixed_string_buffer *', 814 (phase5_get): Use mixed_string_buffer for parse string literal. 826 (phase3_get): Use mixed_string_buffer for parse string literal. 830 xgettext: Factor out commonly used mixed_string_buffer 853 * xgettext.h (mixed_string_buffer): New struct moved from 2409 (struct mixed_string_buffer): Add lcontext field. 5177 (struct mixed_string_buffer): New structure type. 5187 at the level of bytes. Use a mixed_string_buffer to accumulate a
|