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

/osnet-11/usr/src/lib/libc/port/i18n/
H A Dgettext.h108 unsigned int nplurals; /* number of plural forms */
109 plural_expr_t plural; /* plural expression */ member in struct:__anon1418
157 int plural; /* plural or not */ member in struct:msg_pack
171 #define DFLTMSG(result, msgid1, msgid2, n, plural) \
172 result = (plural ? \
H A Dgettext_real.c57 unsigned long int ln, int category, int plural)
77 msgid2 ? msgid2 : "NULL", n, category, plural);
127 DFLTMSG(result, msgid1, msgid2, n, plural);
141 DFLTMSG(result, msgid1, msgid2, n, plural);
156 DFLTMSG(result, msgid1, msgid2, n, plural);
166 DFLTMSG(result, msgid1, msgid2, n, plural);
179 mp->plural = plural;
215 DFLTMSG(result, msgid1, msgid2, n, plural);
256 DFLTMSG(result, msgid1, msgid2, n, plural);
56 _real_gettext_u(const char *domain, const char *msgid1, const char *msgid2, unsigned long int ln, int category, int plural) argument
[all...]
H A Dgettext_gnu.c61 #define PLURAL_MOD "plural="
102 * choose an appropriate message by evaluating the plural expression,
121 if (mp->plural) {
122 if (gmnp->plural) {
123 pindex = plural_eval(gmnp->plural, mp->n);
126 * This mo does not have plural information.
152 mp->n, mp->plural);
167 * extract the src encoding and the plural information of the MO file
176 plural_expr_t plural; local
190 gmnp->plural
[all...]
H A Dgettext_util.c464 gprintf(level, " plural: %d\n", mp->plural);
545 gprintf(level, " plural: 0x%p\n",
546 (void *)gmnp->plural);
547 if (gmnp->plural)
548 printexpr(gmnp->plural, level+1);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DInstall.pm505 my($file,$i,$plural);
507 $plural = @{$self->{$file}} > 1 ? "s" : "";
508 print "## Differing version$plural of $file found. You might like to\n";
514 $plural = $i>1 ? "all those files" : "this file";
515 print "## Running 'make install UNINST=1' will unlink $plural for you.\n";
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Unicode/Normalize/
H A DNormalize.pm178 Note: FCD is not always unique, then plural forms may be equivalent

Completed in 50 milliseconds