Home | History | Annotate | Download | only in i18n

Lines Matching refs:day

241         kEpochStartAsJulianDay + 1; // Julian day -> local days
259 * calendar equivalents for the given Julian day.
309 * Return the Julian day number of day before the first day of the
317 * @return the Julian day number of the day before the first
318 * day of the given month and year
378 int32_t day = get(UCAL_JULIAN_DAY, status) - kEpochStartAsJulianDay; // Get local day
380 int32_t moon = day - dom + 1; // New moon
408 int32_t day = get(UCAL_JULIAN_DAY, status) - kEpochStartAsJulianDay; // Get local day
410 int32_t moon = day - dom + 1; // New moon (start of this month)
786 * start position, pinning the day of month if necessary. The start
788 * and a day-of-month. Used by add() and roll().
789 * @param newMoon the local days of the first day of the month of the
791 * @param dom the 1-based day-of-month of the start position