Home
last modified time | relevance | path

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

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DRuleBasedTimeZone.java520 TimeZoneRule nextRule = null; in complete()
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/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DRuleBasedTimeZone.java495 TimeZoneRule nextRule = null; in complete()
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/icu4c/source/i18n/
H A 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/node/deps/icu-small/source/i18n/
H A Drbtz.cpp210 TimeZoneRule *nextRule = nullptr; in complete() local
235 nextRule = r; in complete()
240 if (nextRule == nullptr) { in complete()
266 nextRule = r; in complete()
272 if (nextRule == nullptr) { in complete()
291 trst->to = nextRule; in complete()
297 curRule = nextRule; in complete()
/third_party/skia/third_party/externals/icu/source/i18n/
H A 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/
H A 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/
H A DPluralRules.java1929 public RuleList addRule(Rule nextRule) { in addRule() argument
1930 String keyword = nextRule.getKeyword(); in addRule()
1936 rules.add(nextRule); in addRule()
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 15 milliseconds