/third_party/gettext/gettext-tools/src/ |
D | xg-encoding.c | 115 else if (xgettext_current_source_encoding != po_charset_utf8) in from_current_source_encoding() 121 context.to_code = po_charset_utf8; in from_current_source_encoding()
|
D | po-charset.h | 43 extern DLL_VARIABLE const char *po_charset_utf8;
|
D | x-python.c | 286 else if (xgettext_current_source_encoding != po_charset_utf8) in phase2_getc() 609 && xgettext_current_file_source_encoding != po_charset_utf8) in set_current_file_source_encoding() 621 cd = iconv_open (po_charset_utf8, xgettext_current_file_source_encoding); in set_current_file_source_encoding() 625 xgettext_current_file_source_encoding, po_charset_utf8, in set_current_file_source_encoding() 631 xgettext_current_file_source_encoding, po_charset_utf8, in set_current_file_source_encoding() 1709 po_charset_utf8); in extract_python()
|
D | xgettext.c | 792 && xgettext_global_source_encoding != po_charset_utf8) in main() 804 cd = iconv_open (po_charset_utf8, xgettext_global_source_encoding); in main() 808 xgettext_global_source_encoding, po_charset_utf8, in main() 814 xgettext_global_source_encoding, po_charset_utf8, in main() 997 && xgettext_global_source_encoding != po_charset_utf8) in main() 1940 xgettext_current_source_encoding = po_charset_utf8; in extract_from_xml_file() 2115 iconv_message_list (mlp, po_charset_utf8, po_charset_utf8, NULL); in finalize_header()
|
D | write-xml.c | 96 iconv_message_list (mlp, canon_encoding, po_charset_utf8, NULL); in msgdomain_write_xml()
|
D | msgfilter.c | 354 result = iconv_msgdomain_list (result, po_charset_utf8, true, input_file); in main() 361 result = iconv_msgdomain_list (result, po_charset_utf8, true, input_file); in main() 368 result = iconv_msgdomain_list (result, po_charset_utf8, true, input_file); in main()
|
D | write-catalog.c | 295 if (mdlp->encoding != po_charset_utf8) in msgdomain_list_print() 298 mdlp = iconv_msgdomain_list (mdlp, po_charset_utf8, false, NULL); in msgdomain_list_print()
|
D | write-resources.c | 160 iconv_message_list (mlp, canon_encoding, po_charset_utf8, NULL); in msgdomain_write_csharp_resources()
|
D | x-desktop.c | 188 xgettext_current_source_encoding = po_charset_utf8; in extract_desktop()
|
D | write-tcl.c | 186 iconv_message_list (mlp, canon_encoding, po_charset_utf8, NULL); in msgdomain_write_tcl()
|
D | write-desktop.c | 205 iconv_message_list (mlp, canon_encoding, po_charset_utf8, NULL); in msgdomain_write_desktop()
|
D | write-po.c | 1331 && po_charset_canonicalize (charset) != po_charset_utf8) in message_print() 1343 && po_charset_canonicalize (charset) != po_charset_utf8) in message_print() 1499 && po_charset_canonicalize (charset) != po_charset_utf8) in message_print_obsolete() 1511 && po_charset_canonicalize (charset) != po_charset_utf8) in message_print_obsolete()
|
D | write-stringtable.c | 286 iconv_message_list (mlp, canon_encoding, po_charset_utf8, NULL); in write_stringtable()
|
D | write-properties.c | 249 iconv_message_list (mlp, canon_encoding, po_charset_utf8, NULL); in write_properties()
|
D | po-charset.c | 53 const char *po_charset_utf8 = utf8; variable
|
D | x-rst.c | 489 xgettext_current_source_encoding = po_charset_utf8; in extract_rsj()
|
D | x-java.c | 716 && xgettext_current_source_encoding == po_charset_utf8)) in strip_indent() 815 && xgettext_current_source_encoding == po_charset_utf8)) in strip_indent()
|
D | msgfmt.c | 747 canon_encoding = (input_syntax->produces_utf8 ? po_charset_utf8 : NULL); in main() 1613 iconv_message_list (mlp, NULL, po_charset_utf8, NULL); in msgfmt_operand_list_add_from_directory()
|
D | read-catalog.c | 480 pop->mdlp->encoding = po_charset_utf8; in read_catalog_stream()
|
D | write-qt.c | 676 iconv_message_list (mlp, canon_encoding, po_charset_utf8, NULL); in msgdomain_write_qt()
|
D | x-tcl.c | 982 xgettext_current_source_encoding = po_charset_utf8; in extract_tcl()
|
D | msgl-iconv.c | 59 if (context->to_code == po_charset_utf8) in conversion_error()
|
D | xg-mixed-string.c | 81 || xgettext_current_source_encoding == po_charset_utf8) in mixed_string_alloc_simple()
|
D | write-csharp.c | 647 iconv_message_list (mlp, canon_encoding, po_charset_utf8, NULL); in msgdomain_write_csharp()
|
/third_party/gettext/gettext-tools/woe32dll/ |
D | gettextsrc-exports.c | 74 VARIABLE(po_charset_utf8)
|