Home | History | Annotate | Download | only in i18n

Lines Matching refs:rbtz

15 #include "unicode/rbtz.h"
1355 RuleBasedTimeZone *rbtz = NULL;
1595 rbtz = new RuleBasedTimeZone(tzid, initialRule);
1596 if (rbtz == NULL) {
1600 initialRule = NULL; // already adopted by RBTZ, no need to delete
1688 rbtz->addTransitionRule(tzr, status);
1693 rbtz->complete(status);
1700 tz = rbtz;
1718 if (rbtz != NULL) {
1719 delete rbtz;
1789 RuleBasedTimeZone rbtz(tzid, initial);
1793 rbtz.addTransitionRule(tr, status);
1801 rbtz.complete(status);
1820 writeZone(writer, rbtz, &customProps, status);
1852 RuleBasedTimeZone rbtz(tzid, initial);
1854 rbtz.addTransitionRule(std, status);
1855 rbtz.addTransitionRule(dst, status);
1875 writeZone(writer, rbtz, &customProps, status);