Home | History | Annotate | Download | only in i18n

Lines Matching defs:newMoonNear

239     int32_t nextStart = newMoonNear(thisStart + SYNODIC_GAP, TRUE);
332 int32_t newMoon = newMoonNear(theNewYear + month * 29, TRUE);
354 newMoon = newMoonNear(newMoon + SYNODIC_GAP, TRUE);
430 moon1 = newMoonNear(moon1, TRUE);
561 int32_t ChineseCalendar::newMoonNear(double days, UBool after) const {
619 majorSolarTerm(newMoonNear(newMoon + SYNODIC_GAP, TRUE));
648 (isLeapMonthBetween(newMoon1, newMoonNear(newMoon2 - SYNODIC_GAP, FALSE)) ||
687 int32_t firstMoon = newMoonNear(solsticeBefore + 1, TRUE);
688 int32_t lastMoon = newMoonNear(solsticeAfter + 1, FALSE);
689 int32_t thisMoon = newMoonNear(days + 1, FALSE); // Start of this month
703 !isLeapMonthBetween(firstMoon, newMoonNear(thisMoon - SYNODIC_GAP, FALSE));
762 int32_t newMoon1 = newMoonNear(solsticeBefore + 1, TRUE);
763 int32_t newMoon2 = newMoonNear(newMoon1 + SYNODIC_GAP, TRUE);
764 int32_t newMoon11 = newMoonNear(solsticeAfter + 1, FALSE);
768 cacheValue = newMoonNear(newMoon2 + SYNODIC_GAP, TRUE);
799 newMoon = newMoonNear(newMoon, TRUE);