Searched refs:segment_alloc (Results 1 – 1 of 1) sorted by relevance
/third_party/gettext/gettext-tools/src/ |
D | xg-mixed-string.c | 45 segment_alloc (enum segment_type type, const char *string, size_t length) in segment_alloc() function 60 return segment_alloc (segment->type, segment->contents, segment->length); in segment_clone() 85 segment_alloc (utf8_encoded, string, strlen (string)); in mixed_string_alloc_simple() 89 segment_alloc (source_encoded, string, strlen (string)); in mixed_string_alloc_simple() 116 ms->segments[0] = segment_alloc (utf8_encoded, string, strlen (string)); in mixed_string_alloc_utf8() 543 segment_alloc (bp->curr_type, bp->curr_buffer, bp->curr_buflen); in mixed_string_buffer_flush_curr()
|