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

/external/webkit/Tools/Scripts/webkitpy/tool/
H A Dgrammar.py33 def plural(noun): function
34 # This is a dumb plural() implementation that is just enough for our uses.
43 noun = plural(noun)
/external/e2fsprogs/intl/
H A Dplural-exp.c1 /* Expression parsing for plural form selection.
28 #include "plural-exp.h"
33 /* These structs are the constant expression for the germanic plural
104 const char *plural; local
107 plural = strstr (nullentry, "plural=");
109 if (plural == NULL || nplurals == NULL)
137 plural += 7;
138 args.cp = plural;
147 for `one', the plural for
[all...]
H A Dlog.c54 const char *msgid1, const char *msgid2, int plural)
89 if (plural)
53 _nl_log_untranslated(const char *logfilename, const char *domainname, const char *msgid1, const char *msgid2, int plural) argument
H A DgettextP.h125 struct expression *plural; member in struct:loaded_domain
H A Ddcigettext.c91 #include "plural-exp.h"
421 /* Get the function to evaluate the plural expression. */
422 #include "eval-plural.h"
426 depending on the plural form determined by N. */
429 int plural, unsigned long int n, int category)
457 return (plural == 0
459 /* Use the Germanic plural rule. */
492 /* Now deal with plural. */
493 if (plural)
685 /* Now deal with plural
428 DCIGETTEXT(const char *domainname, const char *msgid1, const char *msgid2, int plural, unsigned long int n, int category) argument
[all...]
H A Dloadmsgcat.c90 #include "plural-exp.h"
1392 /* Also look for a plural specification. */
1393 EXTRACT_PLURAL_EXPRESSION (nullentry, &domain->plural, &domain->nplurals);
1402 if (domain->plural != &__gettext_germanic_plural)
1403 __gettext_free_exp (domain->plural);
/external/valgrind/main/tests/
H A Dvg_regtest.in566 sub plural($)
578 $num_tests_done, plural($num_tests_done),
579 $num_failures{"stderr"}, plural($num_failures{"stderr"}),
580 $num_failures{"stdout"}, plural($num_failures{"stdout"}),
581 $num_failures{"stderrB"}, plural($num_failures{"stderrB"}),
582 $num_failures{"stdoutB"}, plural($num_failures{"stdoutB"}),
583 $num_failures{"post"}, plural($num_failures{"post"}));
/external/e2fsprogs/e2fsck/
H A De2fsck.h51 #define P_(singular, plural, n) (ngettext (singular, plural, n))
61 #define P_(singular, plural, n) ((n) == 1 ? (singular) : (plural))
/external/webkit/Tools/Scripts/webkitpy/tool/bot/
H A Dflakytestreporter.py37 from webkitpy.tool.grammar import plural, pluralize, join_with_separators namespace
122 heading_string = plural('author') if len(author_emails) > 1 else 'author'
/external/webkit/Tools/Scripts/
H A Dbisect-builds176 my $plural = $buildsLeft == 1 ? "" : "s";
177 printf "\nChecking revision r%s (%d build%s left to test after this)...\n", $nightlies[$index]->{rev}, $buildsLeft, $plural;
H A Dprepare-ChangeLog1424 my ($singular, $plural, @items) = @_;
1428 return "$plural " . join(", ", @items[0 .. $#items - 1]) . " and " . $items[-1];
/external/littlemock/src/com/google/testing/littlemock/
H A DLittleMock.java1034 return "exactly " + mLowerBound + plural(" call", mLowerBound);
1036 return "between " + mLowerBound + plural(" call", mLowerBound) + " and " +
1037 mUpperBound + plural(" call", mUpperBound);
1063 private static String plural(String prefix, long count) { method in class:LittleMock
/external/icu4c/i18n/
H A Ddecimfmt.cpp77 * and plural currency style. And the patterns are set through applyPattern.
105 * the formatter style is currency plural format style.
431 // will be used to pick the right pattern based on plural count.
432 // Here, set the pattern as the pattern of plural count == "other".
434 // plural count. If not, the right pattern need to be re-applied
446 // initialize for currency, not only for plural format,
456 // expanded affixes for plural names
515 // save the unique currency plural patterns of this locale.
1732 // Those are currency patterns and currency plural patterns.
2490 UBool plural
[all...]
/external/genext2fs/
H A 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_nod(fs, nod)->i_blocks / INOBLK));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1208 milliseconds