OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:synodicMonthsBetween
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/i18n/
chnsecal.h
169
virtual int32_t
synodicMonthsBetween
(int32_t day1, int32_t day2) const;
chnsecal.cpp
526
int32_t ChineseCalendar::
synodicMonthsBetween
(int32_t day1, int32_t day2) const {
584
if (
synodicMonthsBetween
(newMoon1, newMoon2) >= 50) {
635
isLeapYear =
synodicMonthsBetween
(firstMoon, lastMoon) == 12;
637
int32_t month =
synodicMonthsBetween
(firstMoon, thisMoon);
706
if (
synodicMonthsBetween
(newMoon1, newMoon11) == 12 &&
Completed in 26 milliseconds