OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isLeapMonthBetween
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/i18n/
chnsecal.h
172
virtual UBool
isLeapMonthBetween
(int32_t newMoon1, int32_t newMoon2) const;
chnsecal.cpp
399
if (
isLeapMonthBetween
(moon1, moon)) {
579
UBool ChineseCalendar::
isLeapMonthBetween
(int32_t newMoon1, int32_t newMoon2) const {
586
"
isLeapMonthBetween
(%d, %d): Invalid parameters", newMoon1, newMoon2
592
(
isLeapMonthBetween
(newMoon1, newMoonNear(newMoon2 - SYNODIC_GAP, FALSE)) ||
638
if (isLeapYear &&
isLeapMonthBetween
(firstMoon, thisMoon)) {
647
!
isLeapMonthBetween
(firstMoon, newMoonNear(thisMoon - SYNODIC_GAP, FALSE));
Completed in 217 milliseconds