Lines Matching refs:initial
167 "RBTZ_Initial", // Initial time Name
408 // Try to add an initial rule
409 InitialTimeZoneRule *ir1 = new InitialTimeZoneRule("Test Initial", 2*HOUR, 0);
661 const InitialTimeZoneRule *initial;
663 tz->getTimeZoneRules(initial, trsrules, ruleCount, status);
667 RuleBasedTimeZone *rbtz = new RuleBasedTimeZone(*tzid, initial->clone());
826 // because there is no good way to represent the initial time with
916 // because there is no good way to represent the initial time with
1119 InitialTimeZoneRule *initial;
1132 initial = NULL;
1134 tz->getSimpleRulesNear(testTimes[i], initial, std, dst, status);
1139 if (initial == NULL) {
1140 errln("FAIL: initial rule must not be NULL");
1167 RuleBasedTimeZone *rbtz = new RuleBasedTimeZone(*tzid, initial);
1555 errln("FAIL: Bad initial time zone rule");
1593 errln("FAIL: Bad initial time zone rule");
2196 const char *name = "Test Initial";