Home
last modified time | relevance | path

Searched refs:historicRuleCount (Results 1 – 2 of 2) sorted by relevance

/external/icu4c/i18n/
Dolsontz.cpp652 historicRuleCount = 0; in clearTransitionRules()
673 for (int i = 0; i < historicRuleCount; i++) { in deleteTransitionRules()
752 historicRuleCount = typeCount; in initTransitionRules()
753 …oricRules = (TimeArrayTimeZoneRule**)uprv_malloc(sizeof(TimeArrayTimeZoneRule*)*historicRuleCount); in initTransitionRules()
760 for (int i = 0; i < historicRuleCount; i++) { in initTransitionRules()
1002 for (int32_t i = 0; i < historicRuleCount; i++) { in countTransitionRules()
1039 for (int32_t i = 0; i < historicRuleCount; i++) { in getTimeZoneRules()
Dolsontz.h392 int16_t historicRuleCount; variable