Searched refs:to_code (Results 1 – 11 of 11) sorted by relevance
/third_party/gettext/gettext-tools/src/ |
D | msgconv.c | 61 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()
|
D | msgl-iconv.h | 40 const char *to_code; /* canonicalized encoding name for output */ member 68 const char *to_code,
|
D | msgl-iconv.c | 59 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()
|
D | msguniq.c | 61 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()
|
D | msgcat.c | 62 static const char *to_code; variable 226 to_code = optarg; in main() 334 output_syntax->requires_utf8 ? "UTF-8" : to_code); in main()
|
D | msgcomm.c | 63 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()
|
D | msgl-cat.h | 52 const char *to_code);
|
D | xg-encoding.c | 121 context.to_code = po_charset_utf8; in from_current_source_encoding()
|
D | msgl-cat.c | 110 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()
|
D | ChangeLog.1 | 6471 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.
|
D | ChangeLog.0 | 2485 (to_code): New variable.
|