• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/

Lines Matching refs:compendiums

91 /* List of user-specified compendiums.  */
92 static message_list_list_ty *compendiums;
596 if (compendiums == NULL)
598 compendiums = message_list_list_alloc ();
603 message_list_list_append (compendiums, mdlp->item[k]->messages);
612 - The compendiums.
618 from the compendiums. Each message list has a built-in hash table,
621 /* A fuzzy index of the compendiums, for speed when doing fuzzy searches.
622 Used only if use_fuzzy_matching is true and compendiums != NULL. */
627 /* The canonical encoding of the compendiums. */
636 if (compendiums != NULL)
637 message_list_list_append_list (definitions->lists, compendiums);
644 Used only if use_fuzzy_matching is true and compendiums != NULL. */
658 for (i = 0; i < compendiums->nitems; i++)
660 message_list_ty *mlp = compendiums->item[i];
705 if (compendiums != NULL)
1410 in UTF-8, we have to convert the definitions and the compendiums to
1443 if (compendiums != NULL)
1444 for (k = 0; k < compendiums->nitems; k++)
1445 iconv_message_list (compendiums->item[k], NULL, po_charset_utf8,
1448 else if (compendiums != NULL && compendiums->nitems > 0)
1450 /* Ensure that the definitions and the compendiums are in the same
1453 compendiums are all in the same encoding, use that encoding;
1497 if (compendiums != NULL)
1498 for (k = 0; k < compendiums->nitems; k++)
1499 if (!is_message_list_iconvable (compendiums->item[k],
1508 /* Convert the compendiums to def's encoding. */
1509 if (compendiums != NULL)
1510 for (k = 0; k < compendiums->nitems; k++)
1511 iconv_message_list (compendiums->item[k],
1526 Compare the encodings of the compendiums. */
1529 for (k = 0; k < compendiums->nitems; k++)
1531 message_list_ty *mlp = compendiums->item[k];
1587 if (compendiums != NULL)
1588 for (k = 0; k < compendiums->nitems; k++)
1589 iconv_message_list (compendiums->item[k],