Searched defs:absHours (Results 1 – 2 of 2) sorted by relevance
444 int absHours = absTotalSeconds / SECONDS_PER_HOUR; in buildId() local
3589 … int absHours = Math.abs((totalSecs / 3600) % 100); // anything larger than 99 silently dropped in format() local3595 if (isPaddedHour() || absHours >= 10) { in format()3888 … int absHours = Math.abs((totalSecs / 3600) % 100); // anything larger than 99 silently dropped in format() local3901 if (absHours >= 10) { in format()