Home | History | Annotate | Download | only in intltest

Lines Matching refs:kEpochStartAsJulianDay

1929   static const int32_t kEpochStartAsJulianDay = 2440588;
1936 if(jd != kEpochStartAsJulianDay) {
1937 errln("Wanted JD of %d at time=0, [epoch 1970] but got %d\n", kEpochStartAsJulianDay, jd);
1939 logln("Wanted JD of %d at time=0, [epoch 1970], got %d\n", kEpochStartAsJulianDay, jd);
1944 cal.set(UCAL_JULIAN_DAY, kEpochStartAsJulianDay);
1947 errln("Wanted time of 0 at jd=%d, got %.1lf\n", kEpochStartAsJulianDay, epochTime);
1949 logln("Wanted time of 0 at jd=%d, got %.1lf\n", kEpochStartAsJulianDay, epochTime);