HomeSort by relevance Sort by last modified time
    Searched refs:plural (Results 1 - 18 of 18) sorted by null

  /external/webkit/WebKitTools/Scripts/webkitpy/
grammar.py 34 def plural(noun): function
35 # This is a dumb plural() implementation that is just enough for our uses.
44 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"
420 /* Get the function to evaluate the plural expression. */
421 #include "eval-plural.h"
424 CATEGORY locale and, if PLURAL is nonzero, search over string
425 depending on the plural form determined by N. */
428 int plural, unsigned long int n, int category)
456 return (plural == 0
458 /* Use the Germanic plural rule. */
491 /* Now deal with plural. */
492 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/e2fsprogs/e2fsck/
e2fsck.h 51 #define P_(singular, plural, n) (ngettext (singular, plural, n))
61 #define P_(singular, plural, n) ((n) == 1 ? (singular) : (plural))
  /sdk/sdkmanager/app/src/com/android/sdkmanager/
CommandLineProcessor.java 79 * <li> an alternate form for the object (e.g. plural).
388 boolean plural = false;
398 plural = true;
407 plural ? "parameters" : "parameter",
    [all...]
  /external/webkit/WebKitTools/Scripts/
bisect-builds 175 my $plural = $buildsLeft == 1 ? "" : "s";
176 printf "\nChecking revision r%s (%d build%s left to test after this)...\n", $nightlies[$index]->{rev}, $buildsLeft, $plural;
prepare-ChangeLog     [all...]
  /cts/tools/dasm/etc/
java_cup-new.jar 
java_cup.jar 
java_cup.jar.old 
  /external/chromium/third_party/icu/source/i18n/
decimfmt.cpp 460 // will be used to pick the right pattern based on plural count.
461 // Here, set the pattern as the pattern of plural count == "other".
463 // plural count. If not, the right pattern need to be re-applied
475 // initialize for currency, not only for plural format,
485 // expanded affixes for plural names
541 // save the unique currency plural patterns of this locale.
    [all...]
  /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.
420 // will be used to pick the right pattern based on plural count.
421 // Here, set the pattern as the pattern of plural count == "other".
423 // plural count. If not, the right pattern need to be re-applied
435 // initialize for currency, not only for plural format,
445 // expanded affixes for plural names
501 // 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...]

Completed in 3014 milliseconds