Searched refs:isLeapMonthBetween (Results 1 – 5 of 5) sorted by relevance
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
D | ChineseCalendar.java | 592 if (isLeapMonthBetween(moon1, moon)) { in roll() 778 private boolean isLeapMonthBetween(int newMoon1, int newMoon2) { in isLeapMonthBetween() method in ChineseCalendar 790 (isLeapMonthBetween(newMoon1, newMoonNear(newMoon2 - SYNODIC_GAP, false)) || in isLeapMonthBetween() 860 if (isLeapYear && isLeapMonthBetween(firstMoon, thisMoon)) { in computeChineseFields() 869 !isLeapMonthBetween(firstMoon, newMoonNear(thisMoon - SYNODIC_GAP, false)); in computeChineseFields()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | ChineseCalendar.java | 610 if (isLeapMonthBetween(moon1, moon)) { in roll() 796 private boolean isLeapMonthBetween(int newMoon1, int newMoon2) { in isLeapMonthBetween() method in ChineseCalendar 808 (isLeapMonthBetween(newMoon1, newMoonNear(newMoon2 - SYNODIC_GAP, false)) || in isLeapMonthBetween() 879 if (isLeapYear && isLeapMonthBetween(firstMoon, thisMoon)) { in computeChineseFields() 888 !isLeapMonthBetween(firstMoon, newMoonNear(thisMoon - SYNODIC_GAP, false)); in computeChineseFields()
|
/external/icu/icu4c/source/i18n/ |
D | chnsecal.cpp | 436 if (isLeapMonthBetween(moon1, moon)) { in roll() 640 UBool ChineseCalendar::isLeapMonthBetween(int32_t newMoon1, int32_t newMoon2) const { in isLeapMonthBetween() function in ChineseCalendar 653 (isLeapMonthBetween(newMoon1, newMoonNear(newMoon2 - SYNODIC_GAP, FALSE)) || in isLeapMonthBetween() 699 if (isLeapYear && isLeapMonthBetween(firstMoon, thisMoon)) { in computeChineseFields() 708 !isLeapMonthBetween(firstMoon, newMoonNear(thisMoon - SYNODIC_GAP, FALSE)); in computeChineseFields()
|
D | chnsecal.h | 193 virtual UBool isLeapMonthBetween(int32_t newMoon1, int32_t newMoon2) const;
|
/external/cldr/tools/java/libs/ |
D | icu4j.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ ... |