Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A Dmsgfmt.c206 const char *canon_encoding; in main() local
521 canon_encoding = (input_syntax->produces_utf8 ? po_charset_utf8 : NULL); in main()
555 if (msgdomain_write_java (domain->mlp, canon_encoding, in main()
562 if (msgdomain_write_csharp (domain->mlp, canon_encoding, in main()
569 if (msgdomain_write_csharp_resources (domain->mlp, canon_encoding, in main()
576 if (msgdomain_write_tcl (domain->mlp, canon_encoding, in main()
582 if (msgdomain_write_qt (domain->mlp, canon_encoding, in main()
H A Dwrite-resources.c113 const char *canon_encoding, in msgdomain_write_csharp_resources() argument
159 iconv_message_list (mlp, canon_encoding, po_charset_utf8, NULL); in msgdomain_write_csharp_resources()
H A Dwrite-tcl.c138 msgdomain_write_tcl (message_list_ty *mlp, const char *canon_encoding, in msgdomain_write_tcl() argument
185 iconv_message_list (mlp, canon_encoding, po_charset_utf8, NULL); in msgdomain_write_tcl()
H A Dx-python.c600 set_current_file_source_encoding (const char *canon_encoding) in set_current_file_source_encoding() argument
602 xgettext_current_file_source_encoding = canon_encoding; in set_current_file_source_encoding()
671 const char *canon_encoding = po_charset_canonicalize (encoding); in try_to_extract_coding() local
672 if (canon_encoding == NULL) in try_to_extract_coding()
678 canon_encoding = po_charset_ascii; in try_to_extract_coding()
682 set_current_file_source_encoding (canon_encoding); in try_to_extract_coding()
H A Dwrite-qt.h28 msgdomain_write_qt (message_list_ty *mlp, const char *canon_encoding,
H A Dwrite-tcl.h29 msgdomain_write_tcl (message_list_ty *mlp, const char *canon_encoding,
H A Dwrite-resources.h28 const char *canon_encoding,
H A Dwrite-csharp.h31 const char *canon_encoding,
H A Dwrite-java.h33 const char *canon_encoding,
H A Dwrite-properties.c237 write_properties (FILE *fp, message_list_ty *mlp, const char *canon_encoding, in write_properties() argument
244 iconv_message_list (mlp, canon_encoding, po_charset_utf8, NULL); in write_properties()
H A Dwrite-stringtable.c268 write_stringtable (FILE *fp, message_list_ty *mlp, const char *canon_encoding, in write_stringtable() argument
275 iconv_message_list (mlp, canon_encoding, po_charset_utf8, NULL); in write_stringtable()
H A Dwrite-qt.c651 msgdomain_write_qt (message_list_ty *mlp, const char *canon_encoding, in msgdomain_write_qt() argument
679 iconv_message_list (mlp, canon_encoding, po_charset_utf8, NULL); in msgdomain_write_qt()
H A Dwrite-csharp.c586 msgdomain_write_csharp (message_list_ty *mlp, const char *canon_encoding, in msgdomain_write_csharp() argument
628 iconv_message_list (mlp, canon_encoding, po_charset_utf8, NULL); in msgdomain_write_csharp()
H A Dwrite-java.c890 msgdomain_write_java (message_list_ty *mlp, const char *canon_encoding, in msgdomain_write_java() argument
930 iconv_message_list (mlp, canon_encoding, po_charset_utf8, NULL); in msgdomain_write_java()
H A DChangeLog4219 * write-java.h (msgdomain_write_java): Add canon_encoding argument.
4267 (main): Handle it. Pass the known canon_encoding to