Lines Matching refs:startMonth
64 startMonth(0), in SimpleTimeZone()
161 this->startMonth = savingsStartMonth; in construct()
209 startMonth = right.startMonth; in operator =()
310 startMonth = (int8_t)month; in setStartRule()
471 UBool southern = (startMonth > endMonth); in getOffset()
478 startMode, (int8_t)startMonth, (int8_t)startDayOfWeek, in getOffset()
755 startMonth == that->startMonth && in hasSameRules()
875 if (startMonth < UCAL_JANUARY || startMonth > UCAL_DECEMBER) { in decodeStartRule()
908 } else if (startDay<1 || startDay > STATICMONTHLENGTH[startMonth]) { in decodeStartRule()
1115 dtRule = new DateTimeRule(startMonth, startDay, startTime, timeRuleType); in initTransitionRules()
1118 … dtRule = new DateTimeRule(startMonth, startDay, startDayOfWeek, startTime, timeRuleType); in initTransitionRules()
1121 … dtRule = new DateTimeRule(startMonth, startDay, startDayOfWeek, true, startTime, timeRuleType); in initTransitionRules()
1124 … dtRule = new DateTimeRule(startMonth, startDay, startDayOfWeek, false, startTime, timeRuleType); in initTransitionRules()