Home
last modified time | relevance | path

Searched refs:weekMatch (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/time/
DPeriod.java329 String weekMatch = matcher.group(4); in parse() local
331 if (yearMatch != null || monthMatch != null || dayMatch != null || weekMatch != null) { in parse()
335 int weeks = parseNumber(text, weekMatch, negate); in parse()