Searched refs:plural (Results 1 - 12 of 12) sorted by relevance

/haiku-fatelf/src/bin/bash/lib/intl/
H A Dplural-exp.c0 /* plural-exp.c - Expression parsing for plural form selection. */
30 #include "plural-exp.h"
35 /* These structs are the constant expression for the germanic plural
108 const char *plural; local
111 plural = strstr (nullentry, "plural=");
113 if (plural == NULL || nplurals == NULL)
141 plural += 7;
142 args.cp = plural;
[all...]
H A Dlog.c57 _nl_log_untranslated (logfilename, domainname, msgid1, msgid2, plural)
62 int plural;
97 if (plural)
H A DgettextP.h135 struct expression *plural; member in struct:loaded_domain
H A Ddcigettext.c93 #include "plural-exp.h"
430 /* Get the function to evaluate the plural expression. */
431 #include "eval-plural.h"
435 depending on the plural form determined by N. */
437 DCIGETTEXT (domainname, msgid1, msgid2, plural, n, category)
441 int plural;
471 return (plural == 0
473 /* Use the Germanic plural rule. */
506 /* Now deal with plural. */
507 if (plural)
[all...]
H A Dloadmsgcat.c92 #include "plural-exp.h"
1296 /* Also look for a plural specification. */
1297 EXTRACT_PLURAL_EXPRESSION (nullentry, &domain->plural, &domain->nplurals);
1307 if (domain->plural != &__gettext_germanic_plural)
1308 __gettext_free_exp (domain->plural);
/haiku-fatelf/src/bin/gawk/intl/
H A Dplural-exp.c1 /* Expression parsing for plural form selection.
28 #include "plural-exp.h"
33 /* These structs are the constant expression for the germanic plural
106 const char *plural; local
109 plural = strstr (nullentry, "plural=");
111 if (plural == NULL || nplurals == NULL)
139 plural += 7;
140 args.cp = plural;
149 for `one', the plural for
[all...]
H A Dlog.c55 _nl_log_untranslated (logfilename, domainname, msgid1, msgid2, plural)
60 int plural;
95 if (plural)
H A DgettextP.h133 struct expression *plural; member in struct:loaded_domain
H A Ddcigettext.c91 #include "plural-exp.h"
420 /* Get the function to evaluate the plural expression. */
421 #include "eval-plural.h"
425 depending on the plural form determined by N. */
427 DCIGETTEXT (domainname, msgid1, msgid2, plural, n, category)
431 int plural;
461 return (plural == 0
463 /* Use the Germanic plural rule. */
496 /* Now deal with plural. */
497 if (plural)
[all...]
H A Dloadmsgcat.c90 #include "plural-exp.h"
1294 /* Also look for a plural specification. */
1295 EXTRACT_PLURAL_EXPRESSION (nullentry, &domain->plural, &domain->nplurals);
1305 if (domain->plural != &__gettext_germanic_plural)
1306 __gettext_free_exp (domain->plural);
/haiku-fatelf/src/libs/print/libgutenprint/src/cups/
H A Dcups-genppdupdate.in177 my $plural = $updated_ppd_count == 1 ? "" : "s";
178 print STDOUT "Updated $updated_ppd_count PPD file${plural}.";
/haiku-fatelf/src/bin/bash/
H A DMANIFEST250 lib/intl/eval-plural.h f
272 lib/intl/plural-exp.c f
273 lib/intl/plural-exp.h f
274 lib/intl/plural.c f
275 lib/intl/plural.y f

Completed in 88 milliseconds