Lines Matching full:day
206 kEpochStartAsJulianDay + 1; // Julian day -> local days
224 * calendar equivalents for the given Julian day.
274 * Return the Julian day number of day before the first day of the
282 * @return the Julian day number of the day before the first
283 * day of the given month and year
343 int32_t day = get(UCAL_JULIAN_DAY, status) - kEpochStartAsJulianDay; // Get local day
345 int32_t moon = day - dom + 1; // New moon
373 int32_t day = get(UCAL_JULIAN_DAY, status) - kEpochStartAsJulianDay; // Get local day
375 int32_t moon = day - dom + 1; // New moon (start of this month)
723 * start position, pinning the day of month if necessary. The start
725 * and a day-of-month. Used by add() and roll().
726 * @param newMoon the local days of the first day of the month of the
728 * @param dom the 1-based day-of-month of the start position