Lines Matching refs:startMonth
67 startMonth(0), in SimpleTimeZone()
164 this->startMonth = savingsStartMonth; in construct()
212 startMonth = right.startMonth; in operator =()
313 startMonth = (int8_t)month; in setStartRule()
474 UBool southern = (startMonth > endMonth); in getOffset()
481 startMode, (int8_t)startMonth, (int8_t)startDayOfWeek, in getOffset()
758 startMonth == that->startMonth && in hasSameRules()
878 if (startMonth < UCAL_JANUARY || startMonth > UCAL_DECEMBER) { in decodeStartRule()
911 } else if (startDay<1 || startDay > STATICMONTHLENGTH[startMonth]) { in decodeStartRule()
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()