HomeSort by relevance Sort by last modified time
    Searched defs:julian (Results 1 - 4 of 4) sorted by null

  /external/icu4c/test/intltest/
calcasts.h 8 * conversion between julian-day to fields and vice versa.
28 double julian; // Julian Date member in struct:CalendarCaseTest::TestCase
  /external/icu4c/i18n/
gregoimp.cpp 89 double julian = 365 * y + ClockMath::floorDivide(y, 4) + (JULIAN_1_CE - 3) + // Julian cal local
93 return julian - JULIAN_1970_CE; // JD => epoch day
123 // Common Julian/Gregorian calculation
  /libcore/luni/src/main/java/java/util/
Grego.java 95 long julian = local
96 365 * y + floorDivide(y, 4) + (JULIAN_1_CE - 3) + // Julian cal
99 return julian - JULIAN_1970_CE; // JD => epoch day
  /external/bluetooth/glib/glib/
gdate.h 103 guint julian_days : 32; /* julian days representation - we use a
109 guint julian : 1; /* julian is valid */ member in struct:_GDate

Completed in 111 milliseconds