Searched refs:yearMatch (Results 1 – 1 of 1) sorted by relevance
327 String yearMatch = matcher.group(2); in parse() local331 if (yearMatch != null || monthMatch != null || dayMatch != null || weekMatch != null) { in parse()333 int years = parseNumber(text, yearMatch, negate); in parse()