Searched refs:secondMatch (Results 1 – 1 of 1) sorted by relevance
390 String secondMatch = matcher.group(6); in parse() local392 … if (dayMatch != null || hourMatch != null || minuteMatch != null || secondMatch != null) { in parse()396 long seconds = parseNumber(text, secondMatch, 1, "seconds"); in parse()