Home | History | Annotate | Download | only in i18n

Lines Matching full:julian

55 * Note that the Julian date used here is not a true Julian date, since
56 * it is measured from midnight, not noon. This value is the Julian
69 // setTimeInMillis() limits the Julian day range to +/-7F000000.
386 // The Julian epoch day (not the same as Julian Day)
391 // Compute the Julian calendar day number for January 1, eyear
395 // Julian leap years occurred historically every 4 years starting
403 // Common Julian/Gregorian calculation
466 ((year&0x3) == 0)); // Julian
477 if((bestField == UCAL_WEEK_OF_YEAR) && // if we are doing WOY calculations, we are counting relative to Jan 1 *julian*
480 fInvertGregorian = TRUE; // So that the Julian Jan 1 will be used in handleComputeMonthStart
556 // Julian calendar
566 // day of January 1, <eyear> of either the Julian or Gregorian
709 * Compute the julian day number of the day BEFORE the first day of
711 * specifies (Jan. 1, 1) - 1, in whatever calendar we are using (Julian
723 // Add 2 because Gregorian calendar starts 2 days after Julian calendar
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)
796 return (UDate) ((julian - kEpochStartAsJulianDay) * (double) kOneDay);
1127 * Julian = Dec 2, 292269055 BC - Jan 3, 292272993 AD