Searched refs:nextJulianDay (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/i18n/
H A Dcalendar.cpp2811 int32_t nextJulianDay = handleComputeMonthStart(year+1, 0, FALSE); // jd of day before jan 1 local
2812 int32_t nextFirst = julianDayToDayOfWeek(nextJulianDay + 1) - firstDayOfWeek;
2822 nextJulianDay, nextFirst);
2834 julianDay, nextJulianDay, (nextJulianDay-julianDay));
2836 julianDay = nextJulianDay;
2858 __FILE__, __LINE__, year, year-1, testDate, julianDay+testDate, nextJulianDay);
2860 if(julianDay+testDate > nextJulianDay) { // is it past Dec 31? (nextJulianDay is day BEFORE year+1's Jan 1)

Completed in 110 milliseconds