Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/time/temporal/
DWeekFields.java923 … final int checkedValue = range.checkValidIntValue(value, this); // no leniency as too complex in resolve() local
925 long isoDow = Math.floorMod((startDow - 1) + (checkedValue - 1), 7) + 1; in resolve()