Home | History | Annotate | Download | only in intltest

Lines Matching refs:utc

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