Home
last modified time | relevance | path

Searched refs:firstMoon (Results 1 – 1 of 1) sorted by relevance

/external/icu4c/i18n/
Dchnsecal.cpp630 int32_t firstMoon = newMoonNear(solsticeBefore + 1, TRUE); in computeChineseFields() local
634 isLeapYear = synodicMonthsBetween(firstMoon, lastMoon) == 12; in computeChineseFields()
636 int32_t month = synodicMonthsBetween(firstMoon, thisMoon); in computeChineseFields()
637 if (isLeapYear && isLeapMonthBetween(firstMoon, thisMoon)) { in computeChineseFields()
646 !isLeapMonthBetween(firstMoon, newMoonNear(thisMoon - SYNODIC_GAP, FALSE)); in computeChineseFields()