Home | History | Annotate | Download | only in i18n

Lines Matching refs:startMonth

63     startMonth(0),
160 this->startMonth = savingsStartMonth;
208 startMonth = right.startMonth;
309 startMonth = (int8_t)month;
470 UBool southern = (startMonth > endMonth);
477 startMode, (int8_t)startMonth, (int8_t)startDayOfWeek,
754 startMonth == that->startMonth &&
802 // MODE startMonth startDay startDayOfWeek
874 if (startMonth < UCAL_JANUARY || startMonth > UCAL_DECEMBER) {
907 } else if (startDay<1 || startDay > STATICMONTHLENGTH[startMonth]) {
1085 dtRule = new DateTimeRule(startMonth, startDay, startTime, timeRuleType);
1088 dtRule = new DateTimeRule(startMonth, startDay, startDayOfWeek, startTime, timeRuleType);
1091 dtRule = new DateTimeRule(startMonth, startDay, startDayOfWeek, true, startTime, timeRuleType);
1094 dtRule = new DateTimeRule(startMonth, startDay, startDayOfWeek, false, startTime, timeRuleType);