Searched defs:plural (Results 1 - 9 of 9) 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 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 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 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...]
/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/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/genext2fs/
H A Dgenext2fs.c790 #define plural(a) (a), ((a) > 1) ? "s" : "" macro
2348 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 380 milliseconds