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