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

  /src/external/gpl2/gettext/dist/gettext-tools/src/
read-java.c 52 msgdomain_list_ty *mdlp; member in struct:locals
75 l->mdlp = read_catalog_stream (fp, "(pipe)", "(pipe)", &input_format_po);
138 return locals.mdlp;
read-csharp.c 54 msgdomain_list_ty *mdlp; member in struct:locals
77 l->mdlp = read_catalog_stream (fp, "(pipe)", "(pipe)", &input_format_po);
167 return locals.mdlp;
read-resources.c 55 msgdomain_list_ty *mdlp; member in struct:locals
78 l->mdlp = read_catalog_stream (fp, "(pipe)", "(pipe)", &input_format_po);
130 message_list_ty *read_mlp = locals.mdlp->item[0]->messages;
read-tcl.c 64 msgdomain_list_ty *mdlp; local
115 mdlp = read_catalog_stream (fp, "(pipe)", "(pipe)", &input_format_po);
135 for (k = 0; k < mdlp->nitems; k++)
137 message_list_ty *mlp = mdlp->item[k]->messages;
157 return mdlp;
read-catalog.c 115 /* Do not free this->mdlp and this->mlp. */
350 if (this->mdlp != NULL)
351 /* Select the appropriate sublist of this->mdlp. */
352 this->mlp = msgdomain_list_sublist (this->mdlp, this->domain, true);
473 msgdomain_list_ty *mdlp; local
481 pop->mdlp = msgdomain_list_alloc (!pop->allow_duplicates);
482 pop->mlp = msgdomain_list_sublist (pop->mdlp, pop->domain, true);
485 pop->mdlp->encoding = po_charset_utf8;
489 mdlp = pop->mdlp;
    [all...]
message.c 707 msgdomain_list_ty *mdlp; local
709 mdlp = (msgdomain_list_ty *) xmalloc (sizeof (msgdomain_list_ty));
712 mdlp->nitems = 1;
713 mdlp->nitems_max = 1;
714 mdlp->item =
715 (msgdomain_ty **) xmalloc (mdlp->nitems_max * sizeof (msgdomain_ty *));
716 mdlp->item[0] = msgdomain_alloc (MESSAGE_DOMAIN_DEFAULT, use_hashtable);
717 mdlp->use_hashtable = use_hashtable;
718 mdlp->encoding = NULL;
719 return mdlp;
    [all...]
msgl-cat.c 130 msgdomain_list_ty *mdlp = mdlps[n]; local
134 (const char **) xmalloc (mdlp->nitems * sizeof (const char *));
135 for (k = 0; k < mdlp->nitems; k++)
137 message_list_ty *mlp = mdlp->item[k]->messages;
200 else if (mdlp->encoding != NULL)
201 canon_from_code = mdlp->encoding;
211 mdlp->item[k]->domain, files[n]);
224 msgdomain_list_ty *mdlp = mdlps[n]; local
228 (const char **) xmalloc (mdlp->nitems * sizeof (const char *));
229 for (k = 0; k < mdlp->nitems; k++
286 msgdomain_list_ty *mdlp = mdlps[n]; local
341 msgdomain_list_ty *mdlp = mdlps[n]; local
407 msgdomain_list_ty *mdlp = mdlps[n]; local
475 msgdomain_list_ty *mdlp = mdlps[n]; local
503 msgdomain_list_ty *mdlp = mdlps[n]; local
    [all...]
msgmerge.c 588 msgdomain_list_ty *mdlp; local
591 mdlp = read_catalog_file (filename, &input_format_po);
597 for (k = 0; k < mdlp->nitems; k++)
599 message_list_list_append (compendiums, mdlp->item[k]->messages);
xgettext.c 241 msgdomain_list_ty *mdlp);
261 msgdomain_list_ty *mdlp);
263 static void finalize_header (msgdomain_list_ty *mdlp);
274 msgdomain_list_ty *mdlp; local
634 mdlp = msgdomain_list_alloc (true);
639 message_list_append (mdlp->item[0]->messages, construct_header ());
649 extract_from_file (file_name, po_extractor, mdlp);
650 if (!is_ascii_msgdomain_list (mdlp))
651 mdlp = iconv_msgdomain_list (mdlp, "UTF-8", file_name)
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
gettext-po.c 53 msgdomain_list_ty *mdlp; member in struct:po_file
84 file->mdlp = msgdomain_list_alloc (false);
125 file->mdlp = read_catalog_stream (fp, file->real_filename,
168 file->mdlp = read_catalog_stream (fp, file->real_filename,
206 file->mdlp = read_catalog_stream (fp, file->real_filename,
230 msgdomain_list_print (file->mdlp, filename, &output_format_po, true, false);
250 msgdomain_list_print (file->mdlp, filename, &output_format_po, true, false);
267 msgdomain_list_free (file->mdlp);
281 size_t n = file->mdlp->nitems;
287 domains[j] = file->mdlp->item[j]->domain
1117 msgdomain_list_ty *mdlp; local
    [all...]

Completed in 63 milliseconds