HomeSort by: relevance | last modified time | path
    Searched defs:to_code (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl2/gettext/dist/gettext-tools/src/
msgl-iconv.h 41 const char *to_code; /* canonicalized encoding name for output */ member in struct:conversion_context
63 /* Converts all the message lists in MDLP to the encoding TO_CODE. */
66 const char *to_code,
msgcat.c 60 static const char *to_code; variable
224 to_code = optarg;
311 output_syntax->requires_utf8 ? "UTF-8" : to_code);
msgcomm.c 62 static const char *to_code; variable
223 to_code = optarg;
321 result = catenate_msgdomain_list (file_list, input_syntax, to_code);
msgconv.c 59 static const char *to_code; variable
186 to_code = optarg;
259 if (to_code == NULL)
260 to_code = locale_charset ();
267 result = iconv_msgdomain_list (result, to_code, input_file);
msguniq.c 59 static const char *to_code; variable
201 to_code = optarg;
288 result = catenate_msgdomain_list (file_list, input_syntax, to_code);

Completed in 36 milliseconds