Searched refs:nextRule (Results 1 – 5 of 5) sorted by relevance
495 TimeZoneRule nextRule = null; in complete() local518 nextRule = r; in complete()523 if (nextRule == null) { in complete()548 nextRule = finalRules[i]; in complete()554 if (nextRule == null) { in complete()562 … historicTransitions.add(new TimeZoneTransition(nextTransitionTime, curRule, nextRule)); in complete()564 curRule = nextRule; in complete()
520 TimeZoneRule nextRule = null; in complete() local543 nextRule = r; in complete()548 if (nextRule == null) { in complete()573 nextRule = finalRules[i]; in complete()579 if (nextRule == null) { in complete()587 … historicTransitions.add(new TimeZoneTransition(nextTransitionTime, curRule, nextRule)); in complete()589 curRule = nextRule; in complete()
202 TimeZoneRule *nextRule = NULL; in complete() local227 nextRule = r; in complete()232 if (nextRule == NULL) { in complete()258 nextRule = r; in complete()264 if (nextRule == NULL) { in complete()282 trst->to = nextRule; in complete()288 curRule = nextRule; in complete()
1844 public RuleList addRule(Rule nextRule) { in addRule() argument1845 String keyword = nextRule.getKeyword(); in addRule()1851 rules.add(nextRule); in addRule()
1777 public RuleList addRule(Rule nextRule) { in addRule() argument1778 String keyword = nextRule.getKeyword(); in addRule()1784 rules.add(nextRule); in addRule()