Home
last modified time | relevance | path

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

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