Home | History | Annotate | Download | only in i18n

Lines Matching refs:rbtz

17 #include "unicode/rbtz.h"
1357 RuleBasedTimeZone *rbtz = NULL;
1597 rbtz = new RuleBasedTimeZone(tzid, initialRule);
1598 if (rbtz == NULL) {
1602 initialRule = NULL; // already adopted by RBTZ, no need to delete
1690 rbtz->addTransitionRule(tzr, status);
1695 rbtz->complete(status);
1702 tz = rbtz;
1720 if (rbtz != NULL) {
1721 delete rbtz;
1781 RuleBasedTimeZone rbtz(tzid, initial);
1785 rbtz.addTransitionRule(tr, status);
1793 rbtz.complete(status);
1812 writeZone(writer, rbtz, &customProps, status);
1844 RuleBasedTimeZone rbtz(tzid, initial);
1846 rbtz.addTransitionRule(std, status);
1847 rbtz.addTransitionRule(dst, status);
1867 writeZone(writer, rbtz, &customProps, status);