Lines Matching full:universal
125 int64_t universal = 0;
139 universal = utmscale_fromInt64(-epochOffset, scale, &status);
141 if (universal != 0) {
142 log_err("from(-epochOffest, scale): scale = %d, epochOffset = %lld, result = %lld.\n", scale, epochOffset, universal);
145 universal = utmscale_fromInt64(0, scale, &status);
147 if (universal != universalEpoch) {
148 log_err("utmscale_fromInt64(0, scale): scale = %d, result = %lld.\n", scale, universal);
437 * ICU's Universal Time Scale is designed to be tick-for-tick compatible with
466 /* Test conversion from .Net/Universal time to ICU time. */
478 /* Test conversion from ICU time to .Net/Universal time. */