/external/e2fsprogs/intl/ |
D | plural-exp.c | 104 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()
|
D | log.c | 54 const char *msgid1, const char *msgid2, int plural) in _nl_log_untranslated() argument 89 if (plural) in _nl_log_untranslated()
|
D | dcigettext.c | 428 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()
|
D | gettextP.h | 125 struct expression *plural; member
|
D | libgnuintl.h.in | 158 /* 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
|
D | loadmsgcat.c | 1394 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/ |
D | e2fsck.h | 51 #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/ |
D | mt.txt | 150 // 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
|
D | en.txt | 176 // 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
|
D | fr.txt | 53 // "cent" becomes plural when preceded by a multiplier, and
|
/external/elfutils/m4/ |
D | gettext.m4 | 537 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/ |
D | dictionary.microsoft | 16 # This is referred to as both singular and plural in the RFC.
|
/external/genext2fs/ |
D | genext2fs.c | 790 #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/ |
D | ABOUT-NLS | 38 charset conversion or plural form handling) as the implementation here.
|
D | aclocal.m4 | 456 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/ |
D | ABOUT-NLS | 38 charset conversion or plural form handling) as the implementation here.
|
D | NEWS | 509 does not trigger an error when the input file is named `plural.y'.
|
/external/elfutils/po/ |
D | elfutils.pot | 18 "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
|
/external/e2fsprogs/po/ |
D | de.po | 76 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
D | pl.po | 75 "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2…
|
D | nl.po | 76 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
D | it.po | 76 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
D | sv.po | 77 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
D | vi.po | 75 "Plural-Forms: nplurals=1; plural=0;\n"
|
D | tr.po | 74 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
|