Lines Matching full:rule
54 * default rule(other) is returned.
67 * are assigned the keyword "other" by the default rule.
71 * Each rule is examined in order, and the first keyword whose condition
73 * to n in the last rule. Thus its condition holds for 119, 219, 319...
86 * rules = rule (';' rule)*
87 * rule = keyword ':' condition
231 * @param description rule description
323 * Given a number, returns the keyword of the first rule that applies to
327 * @param number The number for which the rule has to be determined.
328 * @return The keyword of the selected rule.
334 * Given a number, returns the keyword of the first rule that applies to
338 * @param number The number for which the rule has to be determined.
339 * @return The keyword of the selected rule.
352 * Returns a list of all rule keywords used in this <code>PluralRules</code>
353 * object. The rule 'other' is always present by default.