Home
last modified time | relevance | path

Searched refs:historicRules (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
Dolsontz.cpp657 historicRules = NULL; in clearTransitionRules()
678 if (historicRules != NULL) { in deleteTransitionRules()
680 if (historicRules[i] != NULL) { in deleteTransitionRules()
681 delete historicRules[i]; in deleteTransitionRules()
684 uprv_free(historicRules); in deleteTransitionRules()
768 if (historicRules == NULL) { in initTransitionRules()
770historicRules = (TimeArrayTimeZoneRule**)uprv_malloc(sizeof(TimeArrayTimeZoneRule*)*historicRuleCo… in initTransitionRules()
771 if (historicRules == NULL) { in initTransitionRules()
779 historicRules[i] = NULL; in initTransitionRules()
782historicRules[typeIdx] = new TimeArrayTimeZoneRule((dst == 0 ? stdName : dstName), in initTransitionRules()
[all …]
Dolsontz.h396 TimeArrayTimeZoneRule **historicRules; variable
/external/icu/icu4c/source/i18n/
Dolsontz.cpp657 historicRules = NULL; in clearTransitionRules()
678 if (historicRules != NULL) { in deleteTransitionRules()
680 if (historicRules[i] != NULL) { in deleteTransitionRules()
681 delete historicRules[i]; in deleteTransitionRules()
684 uprv_free(historicRules); in deleteTransitionRules()
768 if (historicRules == NULL) { in initTransitionRules()
770historicRules = (TimeArrayTimeZoneRule**)uprv_malloc(sizeof(TimeArrayTimeZoneRule*)*historicRuleCo… in initTransitionRules()
771 if (historicRules == NULL) { in initTransitionRules()
779 historicRules[i] = NULL; in initTransitionRules()
782historicRules[typeIdx] = new TimeArrayTimeZoneRule((dst == 0 ? stdName : dstName), in initTransitionRules()
[all …]
Dolsontz.h396 TimeArrayTimeZoneRule **historicRules; variable