Lines Matching refs:moon
78 * Value to be added or subtracted from the local days of a new moon to
79 * get close to the next or prior new moon, but not cross it. Must be
380 int32_t moon = day - dom + 1; // New moon
381 offsetMonth(moon, dom, amount);
410 int32_t moon = day - dom + 1; // New moon (start of this month)
431 int moon1 = moon -
434 if (isLeapMonthBetween(moon1, moon)) {
450 offsetMonth(moon, dom, newM - m);
475 * changes did not happen around the 'tricky' new moon (new moon around
556 * Return the closest new moon to the given date, searching either
559 * @param after if true, search for a new moon on or after the given
560 * date; otherwise, search for a new moon before it
562 * new moon after or before <code>days</code>
618 * moon
634 * of a new moon
636 * of a new moon
755 * Chinese new year of the given year (this will be a new moon)
801 // Search forward to the target month's new moon