Searched refs:ONE_MINUTE (Results 1 – 7 of 7) sorted by relevance
117 public static final int ONE_MINUTE = 60000; field in Util498 } else if (time < Util.ONE_MINUTE) { // less than 1mn in timeString()506 buffer.append(time/Util.ONE_MINUTE).append("mn "); //$NON-NLS-1$ in timeString()507 long seconds = time%Util.ONE_MINUTE; in timeString()513 long m = (time % Util.ONE_HOUR) / Util.ONE_MINUTE; in timeString()515 long seconds = m%Util.ONE_MINUTE; in timeString()
86 const UDate ONE_MINUTE; variable
44 static const int32_t ONE_MINUTE = 60*ONE_SECOND; in doTestCases() local45 static const int32_t ONE_HOUR = 60*ONE_MINUTE; in doTestCases()
53 ONE_MINUTE(60 * ONE_SECOND), in TimeZoneBoundaryTest()54 ONE_HOUR(60 * ONE_MINUTE), in TimeZoneBoundaryTest()