Lines Matching refs:startDay
67 startDay(0), in SimpleTimeZone()
164 this->startDay = savingsStartDay; in construct()
212 startDay = right.startDay; in operator =()
313 startDay = (int8_t)dayOfWeekInMonth; in setStartRule()
481 (int8_t)startDay, startTime); in getOffset()
758 startDay == that->startDay && in hasSameRules()
872 useDaylight = (UBool)((startDay != 0) && (endDay != 0) ? TRUE : FALSE); in decodeStartRule()
876 if (startDay != 0) { in decodeStartRule()
893 if (startDay > 0) { in decodeStartRule()
896 startDay = (int8_t)-startDay; in decodeStartRule()
906 if (startDay < -5 || startDay > 5) { in decodeStartRule()
910 } else if (startDay<1 || startDay > STATICMONTHLENGTH[startMonth]) { in decodeStartRule()
927 useDaylight = (UBool)((startDay != 0) && (endDay != 0) ? TRUE : FALSE); in decodeEndRule()
1117 dtRule = new DateTimeRule(startMonth, startDay, startTime, timeRuleType); in initTransitionRules()
1120 … dtRule = new DateTimeRule(startMonth, startDay, startDayOfWeek, startTime, timeRuleType); in initTransitionRules()
1123 … dtRule = new DateTimeRule(startMonth, startDay, startDayOfWeek, true, startTime, timeRuleType); in initTransitionRules()
1126 … dtRule = new DateTimeRule(startMonth, startDay, startDayOfWeek, false, startTime, timeRuleType); in initTransitionRules()