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