Lines Matching refs:startMonth
66 startMonth(0), in SimpleTimeZone()
163 this->startMonth = savingsStartMonth; in construct()
211 startMonth = right.startMonth; in operator =()
312 startMonth = (int8_t)month; in setStartRule()
473 UBool southern = (startMonth > endMonth); in getOffset()
480 startMode, (int8_t)startMonth, (int8_t)startDayOfWeek, in getOffset()
757 startMonth == that->startMonth && in hasSameRules()
877 if (startMonth < UCAL_JANUARY || startMonth > UCAL_DECEMBER) { in decodeStartRule()
910 } else if (startDay<1 || startDay > STATICMONTHLENGTH[startMonth]) { in decodeStartRule()
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()