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