Searched refs:universalEpoch (Results 1 – 4 of 4) sorted by relevance
64 long universalEpoch = epochOffset * units; in epochOffsetTest() local65 long local = UniversalTimeScale.toLong(universalEpoch, scale); in epochOffsetTest()68 … errln("toLong(epochOffset, scale): scale = " + scale + ", epochOffset = " + universalEpoch + in epochOffsetTest()87 if (universal != universalEpoch) { in epochOffsetTest()
67 long universalEpoch = epochOffset * units; in epochOffsetTest() local68 long local = UniversalTimeScale.toLong(universalEpoch, scale); in epochOffsetTest()71 … errln("toLong(epochOffset, scale): scale = " + scale + ", epochOffset = " + universalEpoch + in epochOffsetTest()90 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()