Lines Matching full:condition
53 * examines each condition in order and returns the keyword for the
54 * first condition that matches the number. If none match,
63 * This defines two rules, for 'one' and 'few'. The condition for
65 * 1 for this condition to pass. The condition for 'few' is
67 * 4 inclusive for this condition to pass. All other numbers
72 * Each rule is examined in order, and the first keyword whose condition
74 * to n in the last rule. Thus its condition holds for 119, 219, 319...
77 * This illustrates conjunction and negation. The condition for 'few'
88 * rule = keyword ':' condition
90 * condition = and_condition ('or' and_condition)*