Searched refs:jdEpochOffset (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dcecal.h109 * @param jdEpochOffset the epoch offset from Julian epoch
114 int32_t jdEpochOffset);
120 * @param jdEpochOffset the epoch offset from Julian epoch
126 static void jdToCE(int32_t julianDay, int32_t jdEpochOffset,
H A Dcecal.cpp110 CECalendar::ceToJD(int32_t year, int32_t month, int32_t date, int32_t jdEpochOffset) argument
122 jdEpochOffset // difference from Julian epoch to 1,1,1
131 CECalendar::jdToCE(int32_t julianDay, int32_t jdEpochOffset, int32_t& year, int32_t& month, int32_t& day) argument
136 c4 = ClockMath::floorDivide(julianDay - jdEpochOffset, 1461, r4);

Completed in 165 milliseconds