Home
last modified time | relevance | path

Searched refs:plural (Results 1 – 25 of 26) sorted by relevance

12

/external/e2fsprogs/intl/
Dplural-exp.c104 const char *plural; in EXTRACT_PLURAL_EXPRESSION() local
107 plural = strstr (nullentry, "plural="); in EXTRACT_PLURAL_EXPRESSION()
109 if (plural == NULL || nplurals == NULL) in EXTRACT_PLURAL_EXPRESSION()
137 plural += 7; in EXTRACT_PLURAL_EXPRESSION()
138 args.cp = plural; in EXTRACT_PLURAL_EXPRESSION()
Dlog.c54 const char *msgid1, const char *msgid2, int plural) in _nl_log_untranslated() argument
89 if (plural) in _nl_log_untranslated()
Ddcigettext.c428 int plural, unsigned long int n, int category) in DCIGETTEXT() argument
456 return (plural == 0 in DCIGETTEXT()
492 if (plural) in DCIGETTEXT()
685 if (plural) in DCIGETTEXT()
705 int plural); in DCIGETTEXT()
709 _nl_log_untranslated (logfilename, domainname, msgid1, msgid2, plural); in DCIGETTEXT()
714 return (plural == 0 in DCIGETTEXT()
1039 index = plural_eval (domaindata->plural, n); in plural_lookup()
DgettextP.h125 struct expression *plural; member
Dlibgnuintl.h.in158 /* Similar to `gettext' but select the plural form corresponding to the
177 /* Similar to `dgettext' but select the plural form corresponding to the
197 /* Similar to `dcgettext' but select the plural form corresponding to the
Dloadmsgcat.c1394 EXTRACT_PLURAL_EXPRESSION (nullentry, &domain->plural, &domain->nplurals); in _nl_load_domain()
1403 if (domain->plural != &__gettext_germanic_plural) in _nl_unload_domain()
1404 __gettext_free_exp (domain->plural); in _nl_unload_domain()
/external/e2fsprogs/e2fsck/
De2fsck.h51 #define P_(singular, plural, n) (ngettext (singular, plural, n)) argument
61 #define P_(singular, plural, n) ((n) == 1 ? (singular) : (plural)) argument
/external/icu4c/data/rbnf/
Dmt.txt150 // take care of singular and plural forms of "second"
158 // this rule set takes care of the singular and plural forms
162 // this rule set takes care of the singular and plural forms
Den.txt176 // take care of singular and plural forms of "second"
184 // this rule set takes care of the singular and plural forms
188 // this rule set takes care of the singular and plural forms
Dfr.txt53 // "cent" becomes plural when preceded by a multiplier, and
/external/elfutils/m4/
Dgettext.m4537 dnl intl/plural.c is generated from intl/plural.y. It requires bison,
538 dnl because plural.y uses bison specific features. It requires at least
539 dnl bison-1.26 because earlier versions generate a plural.c that doesn't
541 dnl bison is only needed for the maintainer (who touches plural.y). But in
544 dnl files or have a broken "make" program, hence the plural.c rule will
/external/ppp/pppd/plugins/radius/etc/
Ddictionary.microsoft16 # This is referred to as both singular and plural in the RFC.
/external/genext2fs/
Dgenext2fs.c790 #define plural(a) (a), ((a) > 1) ? "s" : "" macro
2347 …printf("%s, size: %d byte%s (%d block%s)\n", perms, plural(get_nod(fs, nod)->i_size), plural(get_… in print_inode()
/external/e2fsprogs/
DABOUT-NLS38 charset conversion or plural form handling) as the implementation here.
Daclocal.m4456 dnl intl/plural.c is generated from intl/plural.y. It requires bison,
457 dnl because plural.y uses bison specific features. It requires at least
458 dnl bison-1.26 because earlier versions generate a plural.c that doesn't
460 dnl bison is only needed for the maintainer (who touches plural.y). But in
463 dnl files or have a broken "make" program, hence the plural.c rule will
/external/bison/
DABOUT-NLS38 charset conversion or plural form handling) as the implementation here.
DNEWS509 does not trigger an error when the input file is named `plural.y'.
/external/elfutils/po/
Delfutils.pot18 "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
/external/e2fsprogs/po/
Dde.po76 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
Dpl.po75 "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2…
Dnl.po76 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
Dit.po76 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
Dsv.po77 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
Dvi.po75 "Plural-Forms: nplurals=1; plural=0;\n"
Dtr.po74 "Plural-Forms: nplurals=2; plural=(n != 1);\n"

12