Searched refs:hourMatch (Results 1 – 1 of 1) sorted by relevance
391 String hourMatch = matcher.group(4); in parse() local395 … if (dayMatch != null || hourMatch != null || minuteMatch != null || secondMatch != null) { in parse()397 long hoursAsSecs = parseNumber(text, hourMatch, SECONDS_PER_HOUR, "hours"); in parse()