Home | History | Annotate | Download | only in text

Lines Matching defs:DEFAULT

65  * keyword "other" by the default rule.
223 * The final fallback always returns the default rules.
271 * Returns the default factory.
321 * Common name for the default plural form. This name is returned
353 * The default constraint that is always satisfied.
390 return description.length() == 0 ? DEFAULT : new PluralRules(parseRuleChain(description));
409 * The default rules that accept any number and return
413 public static final PluralRules DEFAULT = new PluralRules(new RuleList().addRule(DEFAULT_RULE));
732 default: return source;
1026 default: throw new IllegalArgumentException("Ill-formed number range: " + range);
1394 default:
1835 * be returned. The final fallback always returns the default
1857 * be returned. The final fallback always returns the default
1879 * be returned. The final fallback always returns the default
1901 * be returned. The final fallback always returns the default
1991 * object. The rule "other" is always present by default.