Searched refs:winterSolstice (Results 1 – 5 of 5) sorted by relevance
681 private int winterSolstice(int gyear) { in winterSolstice() method in ChineseCalendar842 int solsticeAfter = winterSolstice(gyear); in computeChineseFields()844 solsticeBefore = winterSolstice(gyear - 1); in computeChineseFields()847 solsticeAfter = winterSolstice(gyear + 1); in computeChineseFields()924 int solsticeBefore= winterSolstice(gyear - 1); in newYear()925 int solsticeAfter = winterSolstice(gyear); in newYear()
699 private int winterSolstice(int gyear) { in winterSolstice() method in ChineseCalendar861 int solsticeAfter = winterSolstice(gyear); in computeChineseFields()863 solsticeBefore = winterSolstice(gyear - 1); in computeChineseFields()866 solsticeAfter = winterSolstice(gyear + 1); in computeChineseFields()943 int solsticeBefore= winterSolstice(gyear - 1); in newYear()944 int solsticeAfter = winterSolstice(gyear); in newYear()
526 int32_t ChineseCalendar::winterSolstice(int32_t gyear) const { in winterSolstice() function in ChineseCalendar681 int32_t solsticeAfter = winterSolstice(gyear); in computeChineseFields()683 solsticeBefore = winterSolstice(gyear - 1); in computeChineseFields()686 solsticeAfter = winterSolstice(gyear + 1); in computeChineseFields()765 int32_t solsticeBefore= winterSolstice(gyear - 1); in newYear()766 int32_t solsticeAfter = winterSolstice(gyear); in newYear()
188 virtual int32_t winterSolstice(int32_t gyear) const;