/external/webkit/Tools/Scripts/webkitpy/tool/ |
grammar.py | 33 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/ |
plural-exp.c | 1 /* 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 form otherwise. Yes, this is also wha [all...] |
log.c | 54 const char *msgid1, const char *msgid2, int plural) 89 if (plural)
|
gettextP.h | 125 struct expression *plural; member in struct:loaded_domain
|
dcigettext.c | 91 #include "plural-exp.h" 421 /* Get the function to evaluate the plural expression. */ 422 #include "eval-plural.h" 425 CATEGORY locale and, if PLURAL is nonzero, search over string 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) [all...] |
loadmsgcat.c | 90 #include "plural-exp.h" [all...] |
/cts/tools/dasm/src/java_cup/ |
Main.java | 597 /** Helper routine to optionally return a plural or non-plural ending. 600 protected static String plural(int val) method in class:Main 627 plural(lexer.error_count) + " and " + lexer.warning_count + 628 " warning" + plural(lexer.warning_count)); 632 plural(terminal.number()) + ", "); 634 plural(non_terminal.number()) + ", and "); 636 plural(production.number()) + " declared, "); 642 plural(emit.unused_term) + " declared but not used."); 644 plural(emit.unused_term) + " declared but not used.") [all...] |
/external/valgrind/main/tests/ |
vg_regtest | 442 sub plural($) 453 $num_tests_done, plural($num_tests_done), 454 $num_failures{"stderr"}, plural($num_failures{"stderr"}), 455 $num_failures{"stdout"}, plural($num_failures{"stdout"}), 456 $num_failures{"post"}, plural($num_failures{"post"}));
|
vg_regtest.in | 442 sub plural($) 453 $num_tests_done, plural($num_tests_done), 454 $num_failures{"stderr"}, plural($num_failures{"stderr"}), 455 $num_failures{"stdout"}, plural($num_failures{"stdout"}), 456 $num_failures{"post"}, plural($num_failures{"post"}));
|
/external/e2fsprogs/e2fsck/ |
e2fsck.h | 51 #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/ |
flakytestreporter.py | 37 from webkitpy.tool.grammar import plural, pluralize, join_with_separators namespace 122 heading_string = plural('author') if len(author_emails) > 1 else 'author'
|
/sdk/sdkmanager/app/src/com/android/sdkmanager/ |
CommandLineProcessor.java | 80 * <li> an alternate form for the object (e.g. plural). 394 boolean plural = false; 404 plural = true; 413 plural ? "parameters" : "parameter", [all...] |
/external/webkit/Tools/Scripts/ |
bisect-builds | 176 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;
|
prepare-ChangeLog | [all...] |
/development/build/tools/ |
mk_sdk_repo_xml.sh | 24 - type is one of ${TYPES// /, } (or their plural). 154 # First we expect a type. For convenience the type can be plural.
|
/cts/tools/dasm/etc/ |
java_cup-new.jar | |
java_cup.jar | |
java_cup.jar.old | |
/external/icu4c/i18n/ |
decimfmt.cpp | 74 * and plural currency style. And the patterns are set through applyPattern. 102 * the formatter style is currency plural format style. 428 // will be used to pick the right pattern based on plural count. 429 // Here, set the pattern as the pattern of plural count == "other". 431 // plural count. If not, the right pattern need to be re-applied 443 // initialize for currency, not only for plural format, 453 // expanded affixes for plural names 512 // save the unique currency plural patterns of this locale. [all...] |
/external/genext2fs/ |
genext2fs.c | 790 #define plural(a) (a), ((a) > 1) ? "s" : "" macro [all...] |
/external/v8/test/mjsunit/ |
unicode-test.js | [all...] |