Home | History | Annotate | Download | only in intltest

Lines Matching refs:kEpochStartAsJulianDay

2077   static const int32_t kEpochStartAsJulianDay = 2440588;
2084 if(jd != kEpochStartAsJulianDay) {
2085 errln("Wanted JD of %d at time=0, [epoch 1970] but got %d\n", kEpochStartAsJulianDay, jd);
2087 logln("Wanted JD of %d at time=0, [epoch 1970], got %d\n", kEpochStartAsJulianDay, jd);
2092 cal.set(UCAL_JULIAN_DAY, kEpochStartAsJulianDay);
2095 errln("Wanted time of 0 at jd=%d, got %.1lf\n", kEpochStartAsJulianDay, epochTime);
2097 logln("Wanted time of 0 at jd=%d, got %.1lf\n", kEpochStartAsJulianDay, epochTime);