Home | History | Annotate | Download | only in i18n

Lines Matching defs:moon

80  * Value to be added or subtracted from the local days of a new moon to
81 * get close to the next or prior new moon, but not cross it. Must be
382 int32_t moon = day - dom + 1; // New moon
383 offsetMonth(moon, dom, amount);
412 int32_t moon = day - dom + 1; // New moon (start of this month)
433 int moon1 = moon -
436 if (isLeapMonthBetween(moon1, moon)) {
452 offsetMonth(moon, dom, newM - m);
477 * changes did not happen around the 'tricky' new moon (new moon around
558 * Return the closest new moon to the given date, searching either
561 * @param after if true, search for a new moon on or after the given
562 * date; otherwise, search for a new moon before it
564 * new moon after or before <code>days</code>
620 * moon
636 * of a new moon
638 * of a new moon
757 * Chinese new year of the given year (this will be a new moon)
803 // Search forward to the target month's new moon