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

1 2

  /external/chromium_org/third_party/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...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
gettext.py 35 # J. David Ibanez implemented plural forms. Bruno Haible fixed some bugs.
67 Required to correctly interpret plural forms.
75 def c2py(plural):
76 """Gets a C expression as used in PO files for plural forms and returns a
85 tokens = tokenize.generate_tokens(StringIO(plural).readline)
90 'plural forms expression error, maybe unbalanced parenthesis'
93 raise ValueError, 'plural forms expression could be dangerous'
96 plural = plural.replace('&&', ' and ')
97 plural = plural.replace('||', ' or '
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
gettext.py 35 # J. David Ibanez implemented plural forms. Bruno Haible fixed some bugs.
67 Required to correctly interpret plural forms.
75 def c2py(plural):
76 """Gets a C expression as used in PO files for plural forms and returns a
85 tokens = tokenize.generate_tokens(StringIO(plural).readline)
90 'plural forms expression error, maybe unbalanced parenthesis'
93 raise ValueError, 'plural forms expression could be dangerous'
96 plural = plural.replace('&&', ' and ')
97 plural = plural.replace('||', ' or '
    [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/chromium_org/third_party/jinja2/
ext.py 249 plural = plural_names = None
274 plural_names, plural = self._parse_block(parser, False)
290 node = self._make_node(singular, plural, variables, plural_expr,
328 def _make_node(self, singular, plural, variables, plural_expr,
335 if plural:
336 plural = plural.replace('%%', '%')
344 # singular and plural
349 nodes.Const(plural),
  /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/chromium_org/third_party/WebKit/Tools/Scripts/
bisect-builds 180 my $plural = $buildsLeft == 1 ? "" : "s";
181 printf "\nChecking revision r%s (%d build%s left to test after this)...\n", $nightlies[$index]->{rev}, $buildsLeft, $plural;
  /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/chromium_org/chrome/browser/resources/file_manager/js/photo/
gallery.js 583 var plural = itemsToRemove.length > 1;
584 var param = plural ? itemsToRemove.length : itemsToRemove[0].getFileName();
611 this.displayStringFunction_(plural ? 'GALLERY_CONFIRM_DELETE_SOME' :
  /external/chromium_org/third_party/icu/source/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/icu4c/i18n/
decimfmt.cpp 102 * and plural currency style. And the patterns are set through applyPattern.
130 * the formatter style is currency plural format style.
484 // will be used to pick the right pattern based on plural count.
485 // Here, set the pattern as the pattern of plural count == "other".
487 // plural count. If not, the right pattern need to be re-applied
499 // initialize for currency, not only for plural format,
509 // expanded affixes for plural names
586 // save the unique currency plural patterns of this locale.
    [all...]

Completed in 8090 milliseconds

1 2