Home | History | Annotate | Download | only in i18n

Lines Matching full:moon

72  * Value to be added or subtracted from the local days of a new moon to
73 * get close to the next or prior new moon, but not cross it. Must be
345 int32_t moon = day - dom + 1; // New moon
346 offsetMonth(moon, dom, amount);
375 int32_t moon = day - dom + 1; // New moon (start of this month)
396 int moon1 = moon -
399 if (isLeapMonthBetween(moon1, moon)) {
415 offsetMonth(moon, dom, newM - m);
497 * Return the closest new moon to the given date, searching either
500 * @param after if true, search for a new moon on or after the given
501 * date; otherwise, search for a new moon before it
503 * new moon after or before <code>days</code>
559 * moon
575 * new moon
577 * new moon
692 * Chinese new year of the given year (this will be a new moon)
738 // Search forward to the target month's new moon