Home
last modified time | relevance | path

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

/third_party/gettext/gettext-tools/src/
Dxg-mixed-string.c194 char *source_encoded_string; in mixed_string_contents() local
200 source_encoded_string = XNMALLOC (len + 1, char); in mixed_string_contents()
201 memcpy (source_encoded_string, ms->segments[i]->contents, len); in mixed_string_contents()
202 source_encoded_string[len] = '\0'; in mixed_string_contents()
206 from_current_source_encoding (source_encoded_string, in mixed_string_contents()
210 if (utf8_encoded_string != source_encoded_string) in mixed_string_contents()
211 free (source_encoded_string); in mixed_string_contents()