Searched refs:packed2 (Results 1 – 2 of 2) sorted by relevance
406 long packed2 = end.getLong(PROLEPTIC_MONTH) * 32L + end.get(DAY_OF_MONTH); // no overflow in monthsUntil() local407 return (packed2 - packed1) / 32; in monthsUntil()
1661 long packed2 = end.getProlepticMonth() * 32L + end.getDayOfMonth(); // no overflow in monthsUntil() local1662 return (packed2 - packed1) / 32; in monthsUntil()