Home
last modified time | relevance | path

Searched refs:nextRule (Results 1 – 8 of 8) sorted by relevance

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DRuleBasedTimeZone.java495 TimeZoneRule nextRule = null; in complete() local
518 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()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DRuleBasedTimeZone.java520 TimeZoneRule nextRule = null; in complete() local
543 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()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Drbtz.cpp202 TimeZoneRule *nextRule = NULL; in complete() local
227 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()
/third_party/icu/icu4c/source/i18n/
Drbtz.cpp202 TimeZoneRule *nextRule = NULL; in complete() local
227 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()
/third_party/node/deps/icu-small/source/i18n/
Drbtz.cpp210 TimeZoneRule *nextRule = NULL; in complete() local
235 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()
/third_party/skia/third_party/externals/icu/source/i18n/
Drbtz.cpp202 TimeZoneRule *nextRule = NULL; in complete() local
227 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()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DPluralRules.java1848 public RuleList addRule(Rule nextRule) { in addRule() argument
1849 String keyword = nextRule.getKeyword(); in addRule()
1855 rules.add(nextRule); in addRule()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DPluralRules.java1915 public RuleList addRule(Rule nextRule) { in addRule() argument
1916 String keyword = nextRule.getKeyword(); in addRule()
1922 rules.add(nextRule); in addRule()