Home | History | Annotate | Download | only in cintltst

Lines Matching refs:utc

1249     int32_t offset,utc, expected;
1306 utc = ((ucal_get(cal, UCAL_HOUR_OF_DAY, &status) * 60 +
1316 if (utc != expected) {
1317 temp=(double)(utc - expected)/ 1000 / 60 / 60.0;
1318 log_err("FAIL: Discrepancy of %d millis = %fhr\n", utc-expected, temp );
1476 static const UChar utc[] = { 0x45, 0x74, 0x63, 0x2f, 0x47, 0x4d, 0x54, 0 }; /* "Etc/GMT" */
1484 cal = ucal_open(utc, -1, "", UCAL_GREGORIAN, &errorCode);
1486 log_data_err("ucal_open(UTC) failed: %s - (Are you missing data?)\n", u_errorName(errorCode));
1502 cal = ucal_open(utc, -1, "th@calendar=buddhist", UCAL_TRADITIONAL, &errorCode);
1504 log_err("ucal_open(UTC, non-Gregorian) failed: %s\n", u_errorName(errorCode));