/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/webkit/WebKitTools/Scripts/webkitpy/ |
D | grammar.py | 34 def plural(noun): function 44 noun = plural(noun)
|
/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/webkit/WebKitTools/Scripts/ |
D | bisect-builds | 175 my $plural = $buildsLeft == 1 ? "" : "s"; 176 …on r%s (%d build%s left to test after this)...\n", $nightlies[$index]->{rev}, $buildsLeft, $plural;
|
D | prepare-ChangeLog | 1361 my ($singular, $plural, @items) = @_; 1365 return "$plural " . join(", ", @items[0 .. $#items - 1]) . " and " . $items[-1];
|
/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/chromium/third_party/icu/source/i18n/ |
D | decimfmt.cpp | 2329 UBool plural = i<affixPat.length() && in compareComplexAffix() local 2331 if (plural) { in compareComplexAffix() 3060 UBool plural = FALSE; in expandAffix() local 3063 plural = i<pattern.length() && in expandAffix() 3065 if (plural) { in expandAffix() 3073 if (plural && pluralCount != NULL) { in expandAffix()
|
/external/icu4c/i18n/ |
D | decimfmt.cpp | 2267 UBool plural = i<affixPat.length() && in compareComplexAffix() local 2269 if (plural) { in compareComplexAffix() 3018 UBool plural = FALSE; in expandAffix() local 3021 plural = i<pattern.length() && in expandAffix() 3023 if (plural) { in expandAffix() 3031 if (plural && pluralCount != NULL) { in expandAffix()
|
/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 | 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
|
D | ABOUT-NLS | 38 charset conversion or plural form handling) as the implementation here.
|
/external/webkit/WebKit/gtk/po/ |
D | sr.po | 19 "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%"
|
D | es.po | 18 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
D | de.po | 15 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
D | ru.po | 12 "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%…
|
D | sr@latin.po | 19 "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%"
|
D | lt.po | 16 "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? …
|
/external/bison/ |
D | ABOUT-NLS | 38 charset conversion or plural form handling) as the implementation here.
|
/external/bluetooth/glib/po/ |
D | sr@ije.po | 164 # bug: plural-forms 1864 # bug: plural-forms
|