Home
last modified time | relevance | path

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

/third_party/gettext/gettext-tools/src/
Dmsgconv.c61 static const char *to_code; variable
189 to_code = optarg; in main()
273 if (to_code == NULL) in main()
274 to_code = locale_charset (); in main()
281 result = iconv_msgdomain_list (result, to_code, true, input_file); in main()
Dmsgl-iconv.h40 const char *to_code; /* canonicalized encoding name for output */ member
68 const char *to_code,
Dmsgl-iconv.c59 if (context->to_code == po_charset_utf8) in conversion_error()
68 context->to_code)); in conversion_error()
304 context.to_code = canon_to_code; in iconv_message_list_internal()
352 const char *to_code, in iconv_msgdomain_list() argument
360 canon_to_code = po_charset_canonicalize (to_code); in iconv_msgdomain_list()
364 to_code)); in iconv_msgdomain_list()
Dmsguniq.c61 static const char *to_code; variable
200 to_code = optarg; in main()
298 result = catenate_msgdomain_list (file_list, input_syntax, to_code); in main()
Dmsgcat.c62 static const char *to_code; variable
226 to_code = optarg; in main()
334 output_syntax->requires_utf8 ? "UTF-8" : to_code); in main()
Dmsgcomm.c63 static const char *to_code; variable
221 to_code = optarg; in main()
330 result = catenate_msgdomain_list (file_list, input_syntax, to_code); in main()
Dmsgl-cat.h52 const char *to_code);
Dxg-encoding.c121 context.to_code = po_charset_utf8; in from_current_source_encoding()
Dmsgl-cat.c110 const char *to_code) in catenate_msgdomain_list() argument
397 if (to_code != NULL) in catenate_msgdomain_list()
400 canon_to_code = po_charset_canonicalize (to_code); in catenate_msgdomain_list()
404 to_code); in catenate_msgdomain_list()
494 if (!(to_code == NULL && canon_charsets[n][k] == canon_to_code)) in catenate_msgdomain_list()
DChangeLog.16471 UTF-8 and ignore the to_code.
6481 to_code.
7690 ignore the to_code.
7696 (main): Handle them. If option -p is used, ignore the to_code.
DChangeLog.02485 (to_code): New variable.