Home | History | Annotate | Download | only in i18n

Lines Matching defs:newMoonNear

206     int32_t nextStart = newMoonNear(thisStart + SYNODIC_GAP, TRUE);
299 int32_t newMoon = newMoonNear(theNewYear + month * 29, TRUE);
321 newMoon = newMoonNear(newMoon + SYNODIC_GAP, TRUE);
397 moon1 = newMoonNear(moon1, TRUE);
504 int32_t ChineseCalendar::newMoonNear(double days, UBool after) const {
562 majorSolarTerm(newMoonNear(newMoon + SYNODIC_GAP, TRUE));
591 (isLeapMonthBetween(newMoon1, newMoonNear(newMoon2 - SYNODIC_GAP, FALSE)) ||
630 int32_t firstMoon = newMoonNear(solsticeBefore + 1, TRUE);
631 int32_t lastMoon = newMoonNear(solsticeAfter + 1, FALSE);
632 int32_t thisMoon = newMoonNear(days + 1, FALSE); // Start of this month
646 !isLeapMonthBetween(firstMoon, newMoonNear(thisMoon - SYNODIC_GAP, FALSE));
701 int32_t newMoon1 = newMoonNear(solsticeBefore + 1, TRUE);
702 int32_t newMoon2 = newMoonNear(newMoon1 + SYNODIC_GAP, TRUE);
703 int32_t newMoon11 = newMoonNear(solsticeAfter + 1, FALSE);
707 cacheValue = newMoonNear(newMoon2 + SYNODIC_GAP, TRUE);
738 newMoon = newMoonNear(newMoon, TRUE);