Lines Matching refs:startDay
64 startDay(0), in SimpleTimeZone()
161 this->startDay = savingsStartDay; in construct()
209 startDay = right.startDay; in operator =()
310 startDay = (int8_t)dayOfWeekInMonth; in setStartRule()
478 (int8_t)startDay, startTime); in getOffset()
755 startDay == that->startDay && in hasSameRules()
869 useDaylight = (UBool)((startDay != 0) && (endDay != 0) ? TRUE : FALSE); in decodeStartRule()
873 if (startDay != 0) { in decodeStartRule()
890 if (startDay > 0) { in decodeStartRule()
893 startDay = (int8_t)-startDay; in decodeStartRule()
903 if (startDay < -5 || startDay > 5) { in decodeStartRule()
907 } else if (startDay<1 || startDay > STATICMONTHLENGTH[startMonth]) { in decodeStartRule()
924 useDaylight = (UBool)((startDay != 0) && (endDay != 0) ? TRUE : FALSE); in decodeEndRule()
1085 dtRule = new DateTimeRule(startMonth, startDay, startTime, timeRuleType); in initTransitionRules()
1088 … dtRule = new DateTimeRule(startMonth, startDay, startDayOfWeek, startTime, timeRuleType); in initTransitionRules()
1091 … dtRule = new DateTimeRule(startMonth, startDay, startDayOfWeek, true, startTime, timeRuleType); in initTransitionRules()
1094 … dtRule = new DateTimeRule(startMonth, startDay, startDayOfWeek, false, startTime, timeRuleType); in initTransitionRules()