Lines Matching refs:initial
1243 VTimeZone::getTimeZoneRules(const InitialTimeZoneRule*& initial,
1246 tz->getTimeZoneRules(initial, trsrules, trscount, status);
1338 #define INI 0 // Initial state
1368 int32_t initialRawOffset = 0; // initial offset
1369 int32_t initialDSTSavings = 0; // initial offset
1585 // Create a initial rule
1620 // Only one final rule, only governs the initial rule,
1776 InitialTimeZoneRule *initial = NULL;
1782 getTimeZoneRulesAfter(start, initial, transitionRules, status);
1789 RuleBasedTimeZone rbtz(tzid, initial);
1824 if (initial != NULL) {
1825 delete initial;
1846 InitialTimeZoneRule *initial = NULL;
1848 getSimpleRulesNear(time, initial, std, dst, status);
1852 RuleBasedTimeZone rbtz(tzid, initial);
1880 if (initial != NULL) {
1881 delete initial;