• 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:plural

38 #include "plural-exp.h"
39 #include "plural-eval.h"
40 #include "plural-table.h"
54 of length NPLURALS_VALUE describing which plural formula values appear
64 /* Do as if the plural formula assumes a value N infinitely often if it
93 _("plural expression can produce negative values"));
103 msg = xasprintf (_("nplurals = %lu but plural expression can produce values as large as %lu"),
147 msg = _("plural expression can produce division by zero");
152 msg = _("plural expression can produce integer overflow");
157 msg = _("plural expression can produce arithmetic exceptions, possibly division by zero");
171 /* Try to help the translator by looking up the right plural formula for her.
202 /* Perform plural expression checking.
205 describing which plural formula values appear infinitely often and in
223 /* Determine whether mlp has plural entries. */
260 /* Look at the plural entry for this domain.
266 const char *plural;
271 plural = c_strstr (nullentry, "plural=");
273 if (plural == NULL && has_plural != NULL)
276 _("message catalog has plural form translations");
278 _("but header entry lacks a \"plural=EXPRESSION\" attribute");
300 _("message catalog has plural form translations");
321 if (plural != NULL && nplurals != NULL)
356 plural += 7;
357 args.cp = plural;
360 const char *msg = _("invalid plural expression");
378 /* See whether nplurals and plural fit together. */
392 xasprintf (ngettext ("but some messages have only one plural form",
393 "but some messages have only %lu plural forms",
408 xasprintf (ngettext ("but some messages have one plural form",
409 "but some messages have %lu plural forms",
432 _("message catalog has plural form translations, but lacks a header entry with \"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\""));
485 infinitely often by the plural formula.
603 plural handling is a GNU gettext extension"));
741 infinitely often by the plural formula.