Searched refs:universalEpoch (Results 1 – 4 of 4) sorted by relevance
61 long universalEpoch = epochOffset * units; in epochOffsetTest() local62 long local = UniversalTimeScale.toLong(universalEpoch, scale); in epochOffsetTest()65 … errln("toLong(epochOffset, scale): scale = " + scale + ", epochOffset = " + universalEpoch + in epochOffsetTest()84 if (universal != universalEpoch) { in epochOffsetTest()
57 long universalEpoch = epochOffset * units; in epochOffsetTest() local58 long local = UniversalTimeScale.toLong(universalEpoch, scale); in epochOffsetTest()61 … errln("toLong(epochOffset, scale): scale = " + scale + ", epochOffset = " + universalEpoch + in epochOffsetTest()80 if (universal != universalEpoch) { in epochOffsetTest()
90 long universalEpoch = cal.getTimeInMillis(); in main() local99 arguments[1] = Long.toString((millis - universalEpoch) * milliseconds); in main()
124 int64_t universalEpoch = epochOffset * units; in epochOffsetTest() local125 int64_t local = utmscale_toInt64(universalEpoch, scale, &status); in epochOffsetTest()145 if (universal != universalEpoch) { in epochOffsetTest()