Lines Matching refs:startDay
68 startDay(0), in SimpleTimeZone()
165 this->startDay = savingsStartDay; in construct()
213 startDay = right.startDay; in operator =()
314 startDay = (int8_t)dayOfWeekInMonth; in setStartRule()
482 (int8_t)startDay, startTime); in getOffset()
759 startDay == that->startDay && in hasSameRules()
873 useDaylight = (UBool)((startDay != 0) && (endDay != 0) ? true : false); in decodeStartRule()
877 if (startDay != 0) { in decodeStartRule()
894 if (startDay > 0) { in decodeStartRule()
897 startDay = (int8_t)-startDay; in decodeStartRule()
907 if (startDay < -5 || startDay > 5) { in decodeStartRule()
911 } else if (startDay<1 || startDay > STATICMONTHLENGTH[startMonth]) { in decodeStartRule()
928 useDaylight = (UBool)((startDay != 0) && (endDay != 0) ? true : false); in decodeEndRule()
1118 dtRule = new DateTimeRule(startMonth, startDay, startTime, timeRuleType); in initTransitionRules()
1121 … dtRule = new DateTimeRule(startMonth, startDay, startDayOfWeek, startTime, timeRuleType); in initTransitionRules()
1124 … dtRule = new DateTimeRule(startMonth, startDay, startDayOfWeek, true, startTime, timeRuleType); in initTransitionRules()
1127 … dtRule = new DateTimeRule(startMonth, startDay, startDayOfWeek, false, startTime, timeRuleType); in initTransitionRules()