Home | History | Annotate | Download | only in i18n

Lines Matching defs:startDate

609     int32_t startDate;
620 startDate = monthStart(year, month);
625 startDate = (int32_t)uprv_floor(months * CalendarAstronomer::SYNODIC_MONTH);
632 if ( days - startDate >= 25 && age > 0) {
639 while ((startDate = trueMonthStart(months)) > days) {
653 startDate = monthStart(year, month);