Home | History | Annotate | Download | only in intltest

Lines Matching defs:utc

829     int32_t utc = ((cal->get(UCAL_HOUR_OF_DAY, status) * 60 +
835 if (utc != expected) errln(UnicodeString("FAIL: Discrepancy of ") + (utc - expected) +
836 " millis = " + ((utc - expected) / 1000 / 60 / 60.0) + " hr");