Searched refs:checkedValue (Results 1 – 1 of 1) sorted by relevance
923 … final int checkedValue = range.checkValidIntValue(value, this); // no leniency as too complex in resolve() local925 long isoDow = Math.floorMod((startDow - 1) + (checkedValue - 1), 7) + 1; in resolve()