HomeSort by relevance Sort by last modified time
    Searched refs:winterSolstice (Results 1 - 2 of 2) sorted by null

  /external/icu4c/i18n/
chnsecal.h 167 virtual int32_t winterSolstice(int32_t gyear) const;
chnsecal.cpp 465 int32_t ChineseCalendar::winterSolstice(int32_t gyear) const {
473 // is, winterSolstice(1298) starts search at Dec 14 08:00:00
620 int32_t solsticeAfter = winterSolstice(gyear);
622 solsticeBefore = winterSolstice(gyear - 1);
625 solsticeAfter = winterSolstice(gyear + 1);
700 int32_t solsticeBefore= winterSolstice(gyear - 1);
701 int32_t solsticeAfter = winterSolstice(gyear);

Completed in 583 milliseconds