Home
last modified time | relevance | path

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

/third_party/gettext/gettext-tools/src/
Dwrite-xml.c86 const char *canon_encoding, in msgdomain_write_xml() argument
96 iconv_message_list (mlp, canon_encoding, po_charset_utf8, NULL); in msgdomain_write_xml()
Dwrite-resources.c114 const char *canon_encoding, in msgdomain_write_csharp_resources() argument
160 iconv_message_list (mlp, canon_encoding, po_charset_utf8, NULL); in msgdomain_write_csharp_resources()
Dmsgfmt.c247 const char *canon_encoding; in main() local
747 canon_encoding = (input_syntax->produces_utf8 ? po_charset_utf8 : NULL); in main()
785 if (msgdomain_write_java (domain->mlp, canon_encoding, in main()
793 if (msgdomain_write_csharp (domain->mlp, canon_encoding, in main()
800 if (msgdomain_write_csharp_resources (domain->mlp, canon_encoding, in main()
807 if (msgdomain_write_tcl (domain->mlp, canon_encoding, in main()
813 if (msgdomain_write_qt (domain->mlp, canon_encoding, in main()
819 if (msgdomain_write_desktop (domain->mlp, canon_encoding, in main()
831 if (msgdomain_write_xml (domain->mlp, canon_encoding, in main()
Dwrite-tcl.c139 msgdomain_write_tcl (message_list_ty *mlp, const char *canon_encoding, in msgdomain_write_tcl() argument
186 iconv_message_list (mlp, canon_encoding, po_charset_utf8, NULL); in msgdomain_write_tcl()
Dwrite-desktop.c195 const char *canon_encoding, in msgdomain_write_desktop() argument
205 iconv_message_list (mlp, canon_encoding, po_charset_utf8, NULL); in msgdomain_write_desktop()
Dwrite-resources.h27 const char *canon_encoding,
Dwrite-tcl.h28 msgdomain_write_tcl (message_list_ty *mlp, const char *canon_encoding,
Dwrite-qt.h27 msgdomain_write_qt (message_list_ty *mlp, const char *canon_encoding,
Dwrite-csharp.h30 const char *canon_encoding,
Dwrite-java.h32 const char *canon_encoding,
Dwrite-desktop.h34 const char *canon_encoding,
Dwrite-xml.h35 const char *canon_encoding,
Dx-python.c604 set_current_file_source_encoding (const char *canon_encoding) in set_current_file_source_encoding() argument
606 xgettext_current_file_source_encoding = canon_encoding; in set_current_file_source_encoding()
674 const char *canon_encoding = po_charset_canonicalize (encoding); in try_to_extract_coding() local
675 if (canon_encoding == NULL) in try_to_extract_coding()
681 canon_encoding = po_charset_ascii; in try_to_extract_coding()
685 set_current_file_source_encoding (canon_encoding); in try_to_extract_coding()
Dwrite-stringtable.c280 const char *canon_encoding, size_t page_width, bool debug) in write_stringtable() argument
286 iconv_message_list (mlp, canon_encoding, po_charset_utf8, NULL); in write_stringtable()
Dwrite-properties.c243 const char *canon_encoding, size_t page_width, bool debug) in write_properties() argument
249 iconv_message_list (mlp, canon_encoding, po_charset_utf8, NULL); in write_properties()
Dwrite-qt.c648 msgdomain_write_qt (message_list_ty *mlp, const char *canon_encoding, in msgdomain_write_qt() argument
676 iconv_message_list (mlp, canon_encoding, po_charset_utf8, NULL); in msgdomain_write_qt()
Dwrite-csharp.c624 msgdomain_write_csharp (message_list_ty *mlp, const char *canon_encoding, in msgdomain_write_csharp() argument
647 iconv_message_list (mlp, canon_encoding, po_charset_utf8, NULL); in msgdomain_write_csharp()
Dwrite-java.c1045 msgdomain_write_java (message_list_ty *mlp, const char *canon_encoding, in msgdomain_write_java() argument
1068 iconv_message_list (mlp, canon_encoding, po_charset_utf8, NULL); in msgdomain_write_java()
DChangeLog.17677 * write-java.h (msgdomain_write_java): Add canon_encoding argument.
7725 (main): Handle it. Pass the known canon_encoding to