Home | History | Annotate | Download | only in cintltst

Lines Matching defs:utc

1152     int32_t offset,utc, expected;
1209 utc = ((ucal_get(cal, UCAL_HOUR_OF_DAY, &status) * 60 +
1219 if (utc != expected) {
1220 temp=(double)(utc - expected)/ 1000 / 60 / 60.0;
1221 log_err("FAIL: Discrepancy of %d millis = %fhr\n", utc-expected, temp );
1379 static const UChar utc[] = { 0x45, 0x74, 0x63, 0x2f, 0x47, 0x4d, 0x54, 0 }; /* "Etc/GMT" */
1387 cal = ucal_open(utc, -1, "", UCAL_GREGORIAN, &errorCode);
1389 log_data_err("ucal_open(UTC) failed: %s - (Are you missing data?)\n", u_errorName(errorCode));
1405 cal = ucal_open(utc, -1, "th@calendar=buddhist", UCAL_TRADITIONAL, &errorCode);
1407 log_err("ucal_open(UTC, non-Gregorian) failed: %s\n", u_errorName(errorCode));