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

  /external/chromium/third_party/icu/source/i18n/
astro.cpp 368 if (isINVALID(julianCentury)) {
369 julianCentury = (getJulianDay() - 2415020.0) / 36525.0;
371 return julianCentury;
    [all...]
astro.h 706 double julianCentury;
  /external/icu4c/i18n/
astro.cpp 368 if (isINVALID(julianCentury)) {
369 julianCentury = (getJulianDay() - 2415020.0) / 36525.0;
371 return julianCentury;
    [all...]
astro.h 706 double julianCentury;

Completed in 604 milliseconds