Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/time/
DPeriod.java268 long unitAmount = amount.get(unit); in from() local
270 years = Math.toIntExact(unitAmount); in from()
272 months = Math.toIntExact(unitAmount); in from()
274 days = Math.toIntExact(unitAmount); in from()