Lines Matching refs:savings
223 * Savings Time (PDT) does work at 2am.
466 dataerrln("We're not in Daylight Savings Time and we should be. - %s", u_errorName(status));
697 * SimpleTimeZone accepts illegal DST savings values. These values
711 // Integer.MAX_VALUE, ?, // no upper limit on DST savings at this time
716 int32_t savings = DATA[i];
727 savings, status); // <- what we're interested in
732 z->setDSTSavings(savings, status);
738 errln(UnicodeString("Fail: DST savings of ") + savings + " to " + method + " gave " + u_errorName(status));
741 logln(UnicodeString("Pass: DST savings of ") + savings + " to " + method + " gave " + u_errorName(status));
746 logln(UnicodeString("Pass: DST savings of ") + savings + " accepted by " + method);
749 errln(UnicodeString("Fail: DST savings of ") + savings + " accepted by " + method);
912 * getDisplayName doesn't work with unusual savings/offsets.
916 // that does have a DST savings (which should be ignored).
983 * Make sure setStartRule and setEndRule set the DST savings to nonzero
988 // NOTE: Setting the DST savings to zero is illegal, so we
999 //~ errln("Fail: dst savings != 0 with start rule only");
1007 errln("Fail: dst savings == 0 with rules set");
1125 int32_t savings = cst->getDSTSavings();
1126 if(savings != 60*60*1000) {
1159 errln("Failed. No exception has been thrown for DOM -1 startDay+savings");
1167 errln("Failed. No exception has been thrown for DOM -1 endDay+ savings");
1178 errln("Failed. No exception has been thrown for DOM -1 setStartRule +savings");
1191 errln("Failed. No exception has been thrown for DOM -1 setEndRule+savings");