/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)
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
intl.h | 42 # define ngettext(singular,plural,n) fake_ngettext(singular,plural,n) 46 extern const char *fake_ngettext(const char *singular,const char *plural,
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
intl.h | 42 # define ngettext(singular,plural,n) fake_ngettext(singular,plural,n) 46 extern const char *fake_ngettext(const char *singular,const char *plural,
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
intl.h | 42 # define ngettext(singular,plural,n) fake_ngettext(singular,plural,n) 46 extern const char *fake_ngettext(const char *singular,const char *plural,
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
intl.h | 42 # define ngettext(singular,plural,n) fake_ngettext(singular,plural,n) 46 extern const char *fake_ngettext(const char *singular,const char *plural,
|
/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.in | 566 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/ |
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'
|
/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 | 29 - type is one of ${TYPES// /, } (or their plural). 290 # First we expect a type. For convenience the type can be plural.
|
/external/littlemock/src/com/google/testing/littlemock/ |
LittleMock.java | [all...] |
/cts/tools/dasm/etc/ |
java_cup-new.jar | |
java_cup.jar | |
java_cup.jar.old | |
/external/icu4c/i18n/ |
decimfmt.cpp | 93 * and plural currency style. And the patterns are set through applyPattern. 121 * the formatter style is currency plural format style. 474 // will be used to pick the right pattern based on plural count. 475 // Here, set the pattern as the pattern of plural count == "other". 477 // plural count. If not, the right pattern need to be re-applied 489 // initialize for currency, not only for plural format, 499 // expanded affixes for plural names 576 // save the unique currency plural patterns of this locale. [all...] |
/external/genext2fs/ |
genext2fs.c | 790 #define plural(a) (a), ((a) > 1) ? "s" : "" macro [all...] |
/prebuilts/devtools/tools/lib/ |
sdklib.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
com.ibm.icu_4.2.1.v20100412.jar | |