Home
last modified time | relevance | path

Searched refs:fZoneAstroCalc (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/i18n/
Dchnsecal.cpp129 fZoneAstroCalc(getChineseCalZoneAstroCalc()) in ChineseCalendar()
139 fZoneAstroCalc(zoneAstroCalc) in ChineseCalendar()
147 fZoneAstroCalc = other.fZoneAstroCalc; in ChineseCalendar()
485 if (fZoneAstroCalc != NULL) { in daysToMillis()
488 fZoneAstroCalc->getOffset(millis, FALSE, rawOffset, dstOffset, status); in daysToMillis()
502 if (fZoneAstroCalc != NULL) { in millisToDays()
505 fZoneAstroCalc->getOffset(millis, FALSE, rawOffset, dstOffset, status); in millisToDays()
Dchnsecal.h157 const TimeZone* fZoneAstroCalc; // Zone used for the astronomical calculation variable