Home | History | Annotate | Download | only in cintltst

Lines Matching refs:universal

124     int64_t universal = 0;
138 universal = utmscale_fromInt64(-epochOffset, scale, &status);
140 if (universal != 0) {
141 log_err("from(-epochOffest, scale): scale = %d, epochOffset = %lld, result = %lld.\n", scale, epochOffset, universal);
144 universal = utmscale_fromInt64(0, scale, &status);
146 if (universal != universalEpoch) {
147 log_err("utmscale_fromInt64(0, scale): scale = %d, result = %lld.\n", scale, universal);
434 * ICU's Universal Time Scale is designed to be tick-for-tick compatible with
463 /* Test conversion from .Net/Universal time to ICU time. */
475 /* Test conversion from ICU time to .Net/Universal time. */