Searched refs:universalEpoch (Results 1 – 4 of 4) sorted by relevance
62 long universalEpoch = epochOffset * units; in epochOffsetTest() local63 long local = UniversalTimeScale.toLong(universalEpoch, scale); in epochOffsetTest()66 … errln("toLong(epochOffset, scale): scale = " + scale + ", epochOffset = " + universalEpoch + in epochOffsetTest()85 if (universal != universalEpoch) { in epochOffsetTest()
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()
92 long universalEpoch = cal.getTimeInMillis(); in main() local101 arguments[1] = Long.toString((millis - universalEpoch) * milliseconds); in main()
126 int64_t universalEpoch = epochOffset * units; in epochOffsetTest() local127 int64_t local = utmscale_toInt64(universalEpoch, scale, &status); in epochOffsetTest()147 if (universal != universalEpoch) { in epochOffsetTest()