Searched refs:to_code (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dmsgl-iconv.h40 const char *to_code; /* canonicalized encoding name for output */ member in struct:conversion_context
67 const char *to_code,
H A Dmsgl-cat.h52 const char *to_code);
H A Dmsgconv.c57 static const char *to_code; variable
184 to_code = optarg;
258 if (to_code == NULL)
259 to_code = locale_charset ();
266 result = iconv_msgdomain_list (result, to_code, true, input_file);
H A Dmsgl-iconv.c61 if (context->to_code == po_charset_utf8)
71 context->to_code));
297 context.to_code = canon_to_code;
349 const char *to_code,
357 canon_to_code = po_charset_canonicalize (to_code);
362 to_code));
348 iconv_msgdomain_list(msgdomain_list_ty *mdlp, const char *to_code, bool update_header, const char *from_filename) argument
H A Dmsgcat.c59 static const char *to_code; variable
225 to_code = optarg;
328 output_syntax->requires_utf8 ? "UTF-8" : to_code);
H A Dmsgcomm.c60 static const char *to_code; variable
221 to_code = optarg;
320 result = catenate_msgdomain_list (file_list, input_syntax, to_code);
H A Dmsguniq.c57 static const char *to_code; variable
199 to_code = optarg;
287 result = catenate_msgdomain_list (file_list, input_syntax, to_code);
H A Dmsgl-cat.c108 const char *to_code)
382 if (to_code != NULL)
385 canon_to_code = po_charset_canonicalize (to_code);
389 to_code);
467 /* Now convert the remaining messages to to_code. */
476 /* If the user hasn't given a to_code, don't bother doing a noop
479 if (!(to_code == NULL && canon_charsets[n][k] == canon_to_code))
106 catenate_msgdomain_list(string_list_ty *file_list, catalog_input_format_ty input_syntax, const char *to_code) argument
H A Dxgettext.c1902 context.to_code = po_charset_utf8;

Completed in 133 milliseconds