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));
701 * SimpleTimeZone accepts illegal DST savings values. These values
715 // Integer.MAX_VALUE, ?, // no upper limit on DST savings at this time
720 int32_t savings = DATA[i];
731 savings, status); // <- what we're interested in
736 z->setDSTSavings(savings, status);
742 errln(UnicodeString("Fail: DST savings of ") + savings + " to " + method + " gave " + u_errorName(status));
745 logln(UnicodeString("Pass: DST savings of ") + savings + " to " + method + " gave " + u_errorName(status));
750 logln(UnicodeString("Pass: DST savings of ") + savings + " accepted by " + method);
753 errln(UnicodeString("Fail: DST savings of ") + savings + " accepted by " + method);
916 * getDisplayName doesn't work with unusual savings/offsets.
920 // that does have a DST savings (which should be ignored).
987 * Make sure setStartRule and setEndRule set the DST savings to nonzero
992 // NOTE: Setting the DST savings to zero is illegal, so we
1003 //~ errln("Fail: dst savings != 0 with start rule only");
1011 errln("Fail: dst savings == 0 with rules set");
1129 int32_t savings = cst->getDSTSavings();
1130 if(savings != 60*60*1000) {
1163 errln("Failed. No exception has been thrown for DOM -1 startDay+savings");
1171 errln("Failed. No exception has been thrown for DOM -1 endDay+ savings");
1182 errln("Failed. No exception has been thrown for DOM -1 setStartRule +savings");
1195 errln("Failed. No exception has been thrown for DOM -1 setEndRule+savings");