Searched refs:nextRule (Results 1 – 8 of 8) 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()
210 TimeZoneRule *nextRule = NULL; in complete() local235 nextRule = r; in complete()240 if (nextRule == NULL) { in complete()266 nextRule = r; in complete()272 if (nextRule == NULL) { in complete()291 trst->to = nextRule; in complete()297 curRule = nextRule; in complete()
1848 public RuleList addRule(Rule nextRule) { in addRule() argument1849 String keyword = nextRule.getKeyword(); in addRule()1855 rules.add(nextRule); in addRule()
1915 public RuleList addRule(Rule nextRule) { in addRule() argument1916 String keyword = nextRule.getKeyword(); in addRule()1922 rules.add(nextRule); in addRule()