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