Home | History | Annotate | Download | only in i18n

Lines Matching defs:std

38     AnnualTimeZoneRule *std = NULL, *dst = NULL;
40 btz->getSimpleRulesNear(uprv_getUTCtime(), initial, std, dst, status);
42 if (std == NULL || dst == NULL) {
51 U_ASSERT(std->getRule()->getDateRuleType() == DateTimeRule::DOW);
54 bias = -1 * (std->getRawOffset()/60000);
59 standardDate.wMonth = std->getRule()->getRuleMonth() + 1;
60 standardDate.wDay = std->getRule()->getRuleWeekInMonth();
64 standardDate.wDayOfWeek = std->getRule()->getRuleDayOfWeek() - 1;
66 mil = std->getRule()->getRuleMillisInDay();
105 delete std;