Home
last modified time | relevance | path

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

12345

/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/webkit/WebKitTools/Scripts/webkitpy/
Dgrammar.py34 def plural(noun): function
44 noun = plural(noun)
/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/webkit/WebKitTools/Scripts/
Dbisect-builds175 my $plural = $buildsLeft == 1 ? "" : "s";
176 …on r%s (%d build%s left to test after this)...\n", $nightlies[$index]->{rev}, $buildsLeft, $plural;
Dprepare-ChangeLog1361 my ($singular, $plural, @items) = @_;
1365 return "$plural " . join(", ", @items[0 .. $#items - 1]) . " and " . $items[-1];
/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/chromium/third_party/icu/source/i18n/
Ddecimfmt.cpp2329 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/
Ddecimfmt.cpp2267 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/
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/
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
DABOUT-NLS38 charset conversion or plural form handling) as the implementation here.
/external/webkit/WebKit/gtk/po/
Dsr.po19 "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%"
Des.po18 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
Dde.po15 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
Dru.po12 "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%…
Dsr@latin.po19 "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%"
Dlt.po16 "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? …
/external/bison/
DABOUT-NLS38 charset conversion or plural form handling) as the implementation here.
/external/bluetooth/glib/po/
Dsr@ije.po164 # bug: plural-forms
1864 # bug: plural-forms

12345