HomeSort by relevance Sort by last modified time
    Searched defs:plural (Results 1 - 8 of 8) 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...]
gettextP.h 125 struct expression *plural; member in struct:loaded_domain
  /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/genext2fs/
genext2fs.c 790 #define plural(a) (a), ((a) > 1) ? "s" : "" macro
    [all...]
  /cts/tools/dasm/etc/
java_cup-new.jar 
java_cup.jar 
java_cup.jar.old 

Completed in 166 milliseconds