Searched refs:stdDate (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dsimpletz.cpp986 UDate stdDate, dstDate; local
987 UBool stdAvail = stdRule->getNextStart(base, dstRule->getRawOffset(), dstRule->getDSTSavings(), inclusive, stdDate);
989 if (stdAvail && (!dstAvail || stdDate < dstDate)) {
990 result.setTime(stdDate);
995 if (dstAvail && (!stdAvail || dstDate < stdDate)) {
1020 UDate stdDate, dstDate; local
1021 UBool stdAvail = stdRule->getPreviousStart(base, dstRule->getRawOffset(), dstRule->getDSTSavings(), inclusive, stdDate);
1023 if (stdAvail && (!dstAvail || stdDate > dstDate)) {
1024 result.setTime(stdDate);
1029 if (dstAvail && (!stdAvail || dstDate > stdDate)) {
[all...]

Completed in 81 milliseconds