Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dchnsecal.cpp127 fZoneAstroCalc(getChineseCalZoneAstroCalc()) in ChineseCalendar()
137 fZoneAstroCalc(zoneAstroCalc) in ChineseCalendar()
145 fZoneAstroCalc = other.fZoneAstroCalc; in ChineseCalendar()
483 if (fZoneAstroCalc != NULL) { in daysToMillis()
486 fZoneAstroCalc->getOffset(millis, FALSE, rawOffset, dstOffset, status); in daysToMillis()
500 if (fZoneAstroCalc != NULL) { in millisToDays()
503 fZoneAstroCalc->getOffset(millis, FALSE, rawOffset, dstOffset, status); in millisToDays()
Dchnsecal.h155 const TimeZone* fZoneAstroCalc; // Zone used for the astronomical calculation variable