HomeSort by relevance Sort by last modified time
    Searched refs:newMoon1 (Results 1 - 2 of 2) sorted by null

  /external/icu4c/i18n/
chnsecal.cpp 572 * Return true if there is a leap month on or after month newMoon1 and
574 * @param newMoon1 days after January 1, 1970 0:00 Asia/Shanghai of a
579 UBool ChineseCalendar::isLeapMonthBetween(int32_t newMoon1, int32_t newMoon2) const {
584 if (synodicMonthsBetween(newMoon1, newMoon2) >= 50) {
586 "isLeapMonthBetween(%d, %d): Invalid parameters", newMoon1, newMoon2
591 return (newMoon2 >= newMoon1) &&
592 (isLeapMonthBetween(newMoon1, newMoonNear(newMoon2 - SYNODIC_GAP, FALSE)) ||
702 int32_t newMoon1 = newMoonNear(solsticeBefore + 1, TRUE);
703 int32_t newMoon2 = newMoonNear(newMoon1 + SYNODIC_GAP, TRUE);
706 if (synodicMonthsBetween(newMoon1, newMoon11) == 12 &
    [all...]
chnsecal.h 172 virtual UBool isLeapMonthBetween(int32_t newMoon1, int32_t newMoon2) const;

Completed in 19 milliseconds