Searched refs:julian (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dcalcasts.h8 * conversion between julian-day to fields and vice versa.
28 double julian; // Julian Date member in struct:CalendarCaseTest::TestCase
H A Dcalcasts.cpp8 * conversion between julian-day to fields and vice versa.
52 UDate t = (JULIAN_EPOCH+(ONE_DAY*cases[i].julian));
54 logln("Test case %d: julianday%f -> date %f\n", i, cases[i].julian, t);
/external/icu/icu4c/source/test/intltest/
H A Dcalcasts.h8 * conversion between julian-day to fields and vice versa.
28 double julian; // Julian Date member in struct:CalendarCaseTest::TestCase
H A Dcalcasts.cpp8 * conversion between julian-day to fields and vice versa.
52 UDate t = (JULIAN_EPOCH+(ONE_DAY*cases[i].julian));
54 logln("Test case %d: julianday%f -> date %f\n", i, cases[i].julian, t);
/external/chromium_org/third_party/icu/source/i18n/
H A Dgregoimp.h100 #define kEarliestViableMillis -185331720384000000.0 // minimum representable by julian day -1e17
102 #define kLatestViableMillis 185753453990400000.0 // max representable by julian day +1e17
228 * @param julian the given Julian day number.
232 static inline double julianDayToMillis(int32_t julian);
279 inline double Grego::julianDayToMillis(int32_t julian) argument
281 return (julian - kEpochStartAsJulianDay) * kOneDay;
H A Dgregoimp.cpp89 double julian = 365 * y + ClockMath::floorDivide(y, 4) + (JULIAN_1_CE - 3) + // Julian cal local
93 return julian - JULIAN_1970_CE; // JD => epoch day
H A Dgregocal.cpp477 if((bestField == UCAL_WEEK_OF_YEAR) && // if we are doing WOY calculations, we are counting relative to Jan 1 *julian*
709 * Compute the julian day number of the day BEFORE the first day of
748 // * from 0..6 of the given julian day.
759 // * Compute the DOY using the WEEK_OF_YEAR field and the julian day
794 GregorianCalendar::julianDayToMillis(double julian) argument
796 return (UDate) ((julian - kEpochStartAsJulianDay) * (double) kOneDay);
H A Dcalendar.cpp1362 uint8_t Calendar::julianDayToDayOfWeek(double julian) argument
1364 // If julian is negative, then julian%7 will be negative, so we adjust
1366 int8_t dayOfWeek = (int8_t) uprv_fmod(julian + 1, 7);
/external/icu/icu4c/source/i18n/
H A Dgregoimp.h100 #define kEarliestViableMillis -185331720384000000.0 // minimum representable by julian day -1e17
102 #define kLatestViableMillis 185753453990400000.0 // max representable by julian day +1e17
228 * @param julian the given Julian day number.
232 static inline double julianDayToMillis(int32_t julian);
279 inline double Grego::julianDayToMillis(int32_t julian) argument
281 return (julian - kEpochStartAsJulianDay) * kOneDay;
H A Dgregoimp.cpp89 double julian = 365 * y + ClockMath::floorDivide(y, 4) + (JULIAN_1_CE - 3) + // Julian cal local
93 return julian - JULIAN_1970_CE; // JD => epoch day
H A Dgregocal.cpp477 if((bestField == UCAL_WEEK_OF_YEAR) && // if we are doing WOY calculations, we are counting relative to Jan 1 *julian*
709 * Compute the julian day number of the day BEFORE the first day of
748 // * from 0..6 of the given julian day.
759 // * Compute the DOY using the WEEK_OF_YEAR field and the julian day
794 GregorianCalendar::julianDayToMillis(double julian) argument
796 return (UDate) ((julian - kEpochStartAsJulianDay) * (double) kOneDay);
H A Dcalendar.cpp1491 uint8_t Calendar::julianDayToDayOfWeek(double julian) argument
1493 // If julian is negative, then julian%7 will be negative, so we adjust
1495 int8_t dayOfWeek = (int8_t) uprv_fmod(julian + 1, 7);
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dgregocal.h516 * @return julian day specified by calendar fields.
654 * Compute the julian day number of the given year.
731 * @param julian The given Julian date number.
734 static UDate julianDayToMillis(double julian);
H A Dcalendar.h1701 * @return julian day specified by calendar fields.
1720 * @return the julian day
2322 * @param julian The given Julian date number.
2326 static uint8_t julianDayToDayOfWeek(double julian);
/external/icu/icu4c/source/i18n/unicode/
H A Dgregocal.h516 * @return julian day specified by calendar fields.
654 * Compute the julian day number of the given year.
731 * @param julian The given Julian date number.
734 static UDate julianDayToMillis(double julian);
H A Dcalendar.h1701 * @return julian day specified by calendar fields.
1730 * @return the julian day
2322 * @param julian The given Julian date number.
2326 static uint8_t julianDayToDayOfWeek(double julian);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 383 milliseconds