Home | History | Annotate | Download | only in intltest

Lines Matching refs:initial

165         "RBTZ_Initial", // Initial time Name
406 // Try to add an initial rule
407 InitialTimeZoneRule *ir1 = new InitialTimeZoneRule("Test Initial", 2*HOUR, 0);
659 const InitialTimeZoneRule *initial;
661 tz->getTimeZoneRules(initial, trsrules, ruleCount, status);
665 RuleBasedTimeZone *rbtz = new RuleBasedTimeZone(*tzid, initial->clone());
824 // because there is no good way to represent the initial time with
914 // because there is no good way to represent the initial time with
1117 InitialTimeZoneRule *initial;
1130 initial = NULL;
1132 tz->getSimpleRulesNear(testTimes[i], initial, std, dst, status);
1137 if (initial == NULL) {
1138 errln("FAIL: initial rule must not be NULL");
1165 RuleBasedTimeZone *rbtz = new RuleBasedTimeZone(*tzid, initial);
1553 errln("FAIL: Bad initial time zone rule");
1591 errln("FAIL: Bad initial time zone rule");
2194 const char *name = "Test Initial";